changelog Mon Apr 26 20:35:18 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1610&r2=1.1611&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1610 php-src/ChangeLog:1.1611 --- php-src/ChangeLog:1.1610 Sun Apr 25 20:35:39 2004 +++ php-src/ChangeLog Mon Apr 26 20:35:17 2004 @@ -1,3 +1,18 @@ +2004-04-26 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/yp/yp.c: + Removed pointless check. + +2004-04-26 Marcus Boerger <[EMAIL PROTECTED]> + + * ZendEngine2/zend_reflection_api.c: + Fix prototype + +2004-04-26 Antony Dovgal <[EMAIL PROTECTED]> + + * ext/oci8/oci8.c: + hmm. this comma is supposed to be a semicolon. + 2004-04-25 Derick Rethans <[EMAIL PROTECTED]> * ext/gd/libgd/gd.c @@ -2504,7 +2519,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1610 2004/04/26 00:35:39 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1611 2004/04/27 00:35:17 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>