changelog Tue Apr 6 20:34:17 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1590&r2=1.1591&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1590 php-src/ChangeLog:1.1591 --- php-src/ChangeLog:1.1590 Mon Apr 5 20:35:23 2004 +++ php-src/ChangeLog Tue Apr 6 20:34:16 2004 @@ -1,3 +1,57 @@ +2004-04-06 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/ldap/ldap.c: + Removed pointless check. + +2004-04-06 Greg Beaver <[EMAIL PROTECTED]> + + * (RELEASE_1_3_1) + pear/package-PEAR.xml: + add PEAR_ErrorStack to description of PEAR + + * pear/package-PEAR.xml + pear/package-PEAR.xml: + change release date + +2004-04-06 Rob Richards <[EMAIL PROTECTED]> + + * ext/dom/xpath.c: + register_namespace changed to registerNamespace for consistency + +2004-04-06 Derick Rethans <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS: + - Update NEWS with fugbix. + +2004-04-06 Rob Richards <[EMAIL PROTECTED]> + + * (PHP_4_3) + ext/domxml/php_domxml.c: + Fix Bug #27769 crash using domxml_xmltree + +2004-04-06 Adam Dickmeiss <[EMAIL PROTECTED]> + + * ext/yaz/php_yaz.c: + Allow character set conversion for yaz_record's array method, e.g. + yaz_record($id,$pos,"array;charset=marc8,iso-8859-1") + +2004-04-06 Jani Taskinen <[EMAIL PROTECTED]> + + * (PHP_4_3) + ext/standard/credits_ext.h: + update credits + + * NEWS: + reorder, reword, typos.. + + * NEWS: + Remove duplicate entry + + * (PHP_4_3) + NEWS: + rtd + 2004-04-05 Ilia Alshanetsky <[EMAIL PROTECTED]> * (PHP_4_3) @@ -1573,7 +1627,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1590 2004/04/06 00:35:23 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1591 2004/04/07 00:34:16 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>