From: Date: Tue, 20 Apr 2004 00:35:29 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0RC2RC2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9c3ac04f59fbc26b9f4d5ec41c3920d853eb3f8;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 9a38b71991..a03c61d0a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2004-04-19 Rob Richards + + * scripts/Makefile.frag: + add ext/libxml/ to the headers path + +2004-04-19 Marcus Boerger + + * ZendEngine2/zend_reflection_api.c: + show ini entries and classes for extensions. + +2004-04-19 Wez Furlong + + * NEWS + ext/standard/php_fopen_wrapper.c: + Fix #27865; don't dup STDIN, STDOUT or STDERR when running under CLI. + +2004-04-19 Derick Rethans + + * NEWS: + - Is it really this hard? + +2004-04-19 John Coggeshall + + * NEWS: + Adding tidy error handling news + +2004-04-19 Wez Furlong + + * NEWS: + and the news + + * configure.in + ext/standard/proc_open.c: + Add pty support to proc_open() for systems with Unix98 ptys. + +2004-04-19 Edin Kadribasic + + * ext/interbase/ibase_blobs.c + ext/interbase/ibase_events.c + ext/interbase/php_ibase_includes.h: + No need to export anything. Fixes win32 build + +2004-04-19 Wez Furlong + + * (PHP_4_3) + NEWS: + news! + + * (PHP_4_3) + main/network.c: + MFH: timeout duration too long in liveness checks for sockets. + Fixes Bug #28055 + 2004-04-18 Ilia Alshanetsky * ext/posix/posix.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 7322700142..c1f602e5e2 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2004-04-19 Marcus Boerger + + * zend_reflection_api.c: + show ini entries and classes for extensions. + 2004-04-17 Marcus Boerger * zend.c: