From: Date: Wed, 8 Oct 2003 00:33:46 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_3b3~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71191d67cf89967823badc430bc53a5899f05ccc;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 8fb4ae1406..48ebdf2344 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,94 @@ +2003-10-07 Jani Taskinen + + * (PHP_4_3) + Zend/Zend.m4: + typo fix + +2003-10-07 Rasmus Lerdorf + + * ZendEngine2/Zend.m4: + MFB bison configure test fix + + * (PHP_4_3) + Zend/Zend.m4: + Fix bison check + +2003-10-07 Wez Furlong + + * ext/com_dotnet/com_com.c: + A much better fix for moniker based COM object creation. + We now support binding monikers to remote machines. + However, MSDN docs indicate that this isn't yet implemented + as of Win2000. + +2003-10-07 Zeev Suraski + + * ZendEngine2/zend_execute.c: + Fix bug #17997 (Warning when switch & reference are combined) + + * ext/com_dotnet/com_handlers.c + ext/mono/php_mono.c + ext/simplexml/simplexml.c: + Fix cast callbacks + + * ZendEngine2/zend_ini_parser.y: + Fix the fix :) + Not thoroughly tested, but appears to work fine + +2003-10-07 Marcus Boerger + + * (PHP_4_3) + NEWS + configure.in + Zend/zend_ini_parser.y: + MFH: Bugfix #25770 Segfault with PHP and bison 1.875 + +2003-10-07 Jani Taskinen + + * (PHP_4_3) + NEWS: + BFN + +2003-10-07 Marcus Boerger + + * configure.in: + Fix version test + +2003-10-07 Corne' Cornelius + + * (PHP_4_3) + ext/informix/ifx.ec: + MFH: - Fixed bug #18534 (ifx_close() leaves open session) + MFH: - (ifx_do_close) Added + +2003-10-07 Marcus Boerger + + * configure.in + ZendEngine2/zend_ini_parser.y: + Bugfix #25770 Segfault with PHP and bison 1.875 + +2003-10-07 Corne' Cornelius + + * ext/informix/ifx.ec: + - Fixed bug #18534 (ifx_close() leaves open session) + - (ifx_do_close) Added + +2003-10-07 Stanislav Malyshev + + * main/php_variables.c: + Fix $_SERVER['argv'] and $_SERVER['argc'] + +2003-10-07 Ilia Alshanetsky + + * ext/ldap/ldap.c: + Cleaned up previous patch. + +2003-10-07 Ard Biesheuvel + + * (PHP_4_3) + NEWS: + Fix typo + 2003-10-06 Jani Taskinen * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index c7ced096de..6b426e42a3 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,22 @@ +2003-10-07 Rasmus Lerdorf + + * Zend.m4: + MFB bison configure test fix + +2003-10-07 Zeev Suraski + + * zend_execute.c: + Fix bug #17997 (Warning when switch & reference are combined) + + * zend_ini_parser.y: + Fix the fix :) + Not thoroughly tested, but appears to work fine + +2003-10-07 Marcus Boerger + + * zend_ini_parser.y: + Bugfix #25770 Segfault with PHP and bison 1.875 + 2003-10-05 Zeev Suraski * zend_object_handlers.c: