changelog Mon Apr 19 20:35:23 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1603&r2=1.1604&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1603 php-src/ChangeLog:1.1604 --- php-src/ChangeLog:1.1603 Sun Apr 18 20:34:18 2004 +++ php-src/ChangeLog Mon Apr 19 20:35:22 2004 @@ -1,3 +1,56 @@ +2004-04-19 Rob Richards <[EMAIL PROTECTED]> + + * scripts/Makefile.frag: + add ext/libxml/ to the headers path + +2004-04-19 Marcus Boerger <[EMAIL PROTECTED]> + + * ZendEngine2/zend_reflection_api.c: + show ini entries and classes for extensions. + +2004-04-19 Wez Furlong <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * NEWS: + - Is it really this hard?</jani> + +2004-04-19 John Coggeshall <[EMAIL PROTECTED]> + + * NEWS: + Adding tidy error handling news + +2004-04-19 Wez Furlong <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> * ext/posix/posix.c: @@ -2145,7 +2198,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1603 2004/04/19 00:34:18 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1604 2004/04/20 00:35:22 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>