From 3c01a9f6417ac75a1c6fd84ff17617654c56d62a Mon Sep 17 00:00:00 2001 From: Date: Wed, 1 Mar 2006 06:31:45 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 5 +++++ 2 files changed, 61 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2b25efdbfc..fbe12bb255 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,59 @@ +2006-02-28 Dmitry Stogov + + * ZendEngine2/zend.h: + Fixed compilation on FreeBSD with gcc-3.2 + +2006-02-28 Marcus Boerger + + * main/streams/streams.c: + - If (SEEK_CUR,0) means an illegal seek we return -1 to denote the error + +2006-02-28 Ilia Alshanetsky + + * (PHP_4_4) + NEWS + ext/session/tests/bug36459.phpt + ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.re: + MFH: Fixed bug #36459 (Incorrect adding PHPSESSID to links, which + contains \r\n). + + * ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.re: + Parsers for previous patch + + * ext/session/tests/bug36459.phpt + ext/session/tests/bug36459.phpt + ext/standard/url_scanner_ex.c: + + MFB51: Fixed bug #36459 (Incorrect adding PHPSESSID to links, which + contains \r\n). + + * (PHP_5_1) + NEWS + ext/session/tests/bug36459.phpt + ext/session/tests/bug36459.phpt + ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.re: + Fixed bug #36459 (Incorrect adding PHPSESSID to links, which contains + \r\n). + +2006-02-28 Marcus Boerger + + * acinclude.m4: + - Fix the fix + + * acinclude.m4: + - Fix dependency checks + + * main/streams/streams.c + main/streams/userspace.c: + - Cleanup + + * (PHP_5_1) + ext/iconv/iconv.c: + - Fix warning + 2006-02-27 Marcus Boerger * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5705316184..5dd1f4294b 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2006-02-28 Dmitry Stogov + + * zend.h: + Fixed compilation on FreeBSD with gcc-3.2 + 2006-02-27 Marcus Boerger * (PHP_5_1) -- 2.40.0