diff options
| author | <changelog@php.net> | 2006-03-01 06:31:45 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2006-03-01 06:31:45 +0000 |
| commit | 3c01a9f6417ac75a1c6fd84ff17617654c56d62a (patch) | |
| tree | ffb49aba741cf7199ce580288736e25f1d3959a4 | |
| parent | 3413d5df407d2179818e506b5d46710e71d7d766 (diff) | |
| download | php-git-3c01a9f6417ac75a1c6fd84ff17617654c56d62a.tar.gz | |
ChangeLog update
| -rw-r--r-- | ChangeLog | 56 | ||||
| -rw-r--r-- | Zend/ChangeLog | 5 |
2 files changed, 61 insertions, 0 deletions
@@ -1,3 +1,59 @@ +2006-02-28 Dmitry Stogov <dmitry@zend.com> + + * ZendEngine2/zend.h: + Fixed compilation on FreeBSD with gcc-3.2 + +2006-02-28 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * main/streams/streams.c: + - If (SEEK_CUR,0) means an illegal seek we return -1 to denote the error + +2006-02-28 Ilia Alshanetsky <ilia@prohost.org> + + * (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 <marcus.boerger@post.rwth-aachen.de> + + * 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 <marcus.boerger@post.rwth-aachen.de> * (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 <dmitry@zend.com> + + * zend.h: + Fixed compilation on FreeBSD with gcc-3.2 + 2006-02-27 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> * (PHP_5_1) |
