changelog Sun Jun 20 20:32:08 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1662&r2=1.1663&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1662 php-src/ChangeLog:1.1663 --- php-src/ChangeLog:1.1662 Sat Jun 19 20:32:19 2004 +++ php-src/ChangeLog Sun Jun 20 20:32:07 2004 @@ -1,3 +1,23 @@ +2004-06-20 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/standard/levenshtein.c: + Removed unneeded checks around Zend allocation macros. + +2004-06-20 Tomas V.V.Cox <[EMAIL PROTECTED]> + + * pear/PEAR/Exception.php: + First release of the PEAR_Exception class + (dedicated to otherbird) + +2004-06-20 Marcus Boerger <[EMAIL PROTECTED]> + + * NEWS + NEWS: + BFN + + * ext/standard/basic_functions.c: + Bugfix #28851: call_user_func_array has typo in error message + 2004-06-19 Jan Lehnardt <[EMAIL PROTECTED]> * scripts/phpize.in: @@ -5172,7 +5192,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1662 2004/06/20 00:32:19 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1663 2004/06/21 00:32:07 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>