From: Date: Tue, 23 May 2006 05:31:51 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_NEW_OUTPUT_API~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d91955c54cb64d74f26d1e54792453e9b20fad2;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 60fd6159ff..0d9dab5e6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,96 @@ +2006-05-22 Marcus Boerger + + * .gdbinit: + - Provide user func printztype to retrieve the name of a zval type + + * (PHP_5_2) + NEWS: + - Update + +2006-05-22 Rob Richards + + * (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 + + * 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 + + * (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 + + * sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.c: + Fixed bug #37496 (FastCGI output buffer overrun) + +2006-05-22 Antony Dovgal + + * 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 * (PHP_4_4)