changelog Wed Apr 4 01:31:01 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2648&r2=1.2649&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2648 php-src/ChangeLog:1.2649 --- php-src/ChangeLog:1.2648 Tue Apr 3 01:30:57 2007 +++ php-src/ChangeLog Wed Apr 4 01:31:01 2007 @@ -1,3 +1,52 @@ +2007-04-03 Antony Dovgal <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS: + BFN + + * (PHP_5_2) + TSRM/tsrm_virtual_cwd.c: + MFH: fix #39351 (relative include fails on Solaris) + + * TSRM/tsrm_virtual_cwd.c: + fix #39351 (relative include fails on Solaris) + +2007-04-03 Brian Shire <[EMAIL PROTECTED]> + + * ext/standard/pack.c + ext/standard/tests/strings/pack.phpt: + MFB: correction for previous fix to bug #38770 (pack/unpack is broken on + 64bit) + fix pack test, correct space to tabs + + * (PHP_5_2) + ext/standard/pack.c + ext/standard/tests/strings/pack.phpt: + correction for previous fix to bug #38770 (pack/unpack is broken on 64bit) + fix pack test, correct space to tabs + +2007-04-03 Rob Richards <[EMAIL PROTECTED]> + + * ext/dom/php_dom.c: + MFB: allow registered classes to be changed + + * (PHP_5_2) + ext/dom/php_dom.c: + allow registered classes to be changed + +2007-04-03 Sebastian Bergmann <[EMAIL PROTECTED]> + + * NEWS: + Fugbix typo. + +2007-04-03 Dmitry Stogov <[EMAIL PROTECTED]> + + * NEWS + ZendEngine2/zend_compile.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h: + Removed undocumnted and incomplete support for strings in list() operator + 2007-04-02 Ilia Alshanetsky <[EMAIL PROTECTED]> * (PHP_5_2)