changelog Tue May 23 05:31:52 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2353&r2=1.2354&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2353 php-src/ChangeLog:1.2354 --- php-src/ChangeLog:1.2353 Mon May 22 05:31:52 2006 +++ php-src/ChangeLog Tue May 23 05:31:51 2006 @@ -1,3 +1,96 @@ +2006-05-22 Marcus Boerger <[EMAIL PROTECTED]> + + * .gdbinit: + - Provide user func printztype to retrieve the name of a zval type + + * (PHP_5_2) + NEWS: + - Update + +2006-05-22 Rob Richards <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/dom/attr.c + ext/dom/document.c + ext/dom/dom_fe.h + ext/dom/php_dom.c + ext/dom/php_dom.h + ext/dom/xml_common.h + ext/dom/tests/regsiter_node_class.phpt: + MFH: add registerNodeClass() method + - update attribute isID functionality + - add test + + * ext/dom/tests/regsiter_node_class.phpt + ext/dom/tests/regsiter_node_class.phpt: + + add test + +2006-05-22 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/ming/ming.c: + MFB: E_ERROR > E_RECOVERABLE_ERROR + + * (PHP_5_2) + ext/ming/ming.c: + E_ERROR > E_RECOVERABLE_ERROR + +2006-05-22 Greg Beaver <[EMAIL PROTECTED]> + + * (PHP_4_4) + pear/install-pear.php + pear/PEAR/Downloader.php + pear/PEAR/REST.php: + fix PEAR build + + * pear/packages/PEAR-1.4.9.tar + pear/packages/PEAR-1.4.9.tar: + + file PEAR-1.4.9.tar was initially added on branch PHP_4_4. + + * (PHP_4_4) + pear/PEAR.php + pear/System.php + pear/install-pear.php + pear/PEAR/ChannelFile.php + pear/PEAR/Common.php + pear/PEAR/Config.php + pear/PEAR/Dependency2.php + pear/PEAR/Downloader.php + pear/PEAR/Frontend.php + pear/PEAR/Installer.php + pear/PEAR/PackageFile.php + pear/PEAR/REST.php + pear/PEAR/Registry.php + pear/PEAR/Remote.php + pear/PEAR/Validate.php + pear/PEAR/Command/Install.php + pear/PEAR/Frontend/CLI.php + pear/packages/PEAR-1.4.6.tar: + sync to PEAR 1.4.9 + add PEAR 1.4.9 to installed tarballs + +2006-05-22 Dmitry Stogov <[EMAIL PROTECTED]> + + * sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.c: + Fixed bug #37496 (FastCGI output buffer overrun) + +2006-05-22 Antony Dovgal <[EMAIL PROTECTED]> + + * sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.c: + fix typo + + * (PHP_5_1) + ext/oci8/config.w32 + ext/oci8/config.w32: + re-enable OCILobRead2() support + + * ext/oci8/config.w32: + re-enable OCILobRead2() support on win32 + 2006-05-21 Marcus Boerger <[EMAIL PROTECTED]> * (PHP_4_4)