From: Date: Sun, 10 Feb 2008 01:31:36 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~552 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5a6647d4b15e4f6a1e2b5e9e18a417b3e4760b9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 43cd4afabb..cc77b8da58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2008-02-09 Johannes Schlüter + + * ext/ldap/ldap.c: + Fix build on Solaris + +2008-02-09 Marcus Boerger + + * ZendEngine2/zend_API.c: + - Windows build fix + +2008-02-09 Felipe Pena + + * ext/standard/file.c: + Fixed bugs: + - #42036 fgetc() sets end of the file flag when reading on write only file + - #42037 fgetc() retuns one char when fails to read on php6 + + * ext/standard/tests/strings/bug44075.phpt: + New test for strtok + 2008-02-08 Nuno Lopes * run-tests.php diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 4cc3963b0a..ab6ac3e835 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2008-02-09 Marcus Boerger + + * zend_API.c: + - Windows build fix + 2008-02-07 Marcus Boerger * zend_API.c: