From: Date: Tue, 22 May 2007 01:31:09 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_4~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=018ed15cadca1d8e72b5f724a4cfa9cf4f5d4e22;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0bb7322c59..dfd4a57c3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,71 @@ +2007-05-21 Ilia Alshanetsky + + * (PHP_5_2) + NEWS: + + Fixed typos + +2007-05-21 Michael Wallner + + * ext/curl/config.m4: + MFB: first check the SSL lib string in libcurl and then the header + + * (PHP_5_2) + ext/curl/config.m4: + - first check the SSL lib string in libcurl and then the header + +2007-05-21 Dmitry Stogov + + * ext/soap/php_sdl.c + ext/soap/php_sdl.c + ext/soap/tests/bugs/bug41337_2.phpt + ext/soap/tests/bugs/bug41337_2.wsdl + ext/soap/tests/bugs/bug41337_2_1.wsdl: + Fixed bug #41337 WSDL parsing doesn't ignore non soap bindings + + * ext/soap/tests/bugs/bug41337_2.phpt + ext/soap/tests/bugs/bug41337_2.phpt + ext/soap/tests/bugs/bug41337_2.wsdl + ext/soap/tests/bugs/bug41337_2.wsdl + ext/soap/tests/bugs/bug41337_2_1.wsdl + ext/soap/tests/bugs/bug41337_2_1.wsdl: + + file bug41337_2.phpt was initially added on branch PHP_5_2. + +2007-05-21 Antony Dovgal + + * (PHP_5_2) + NEWS + ext/dba/config.m4: + MFH: fix #41455 (ext/dba/config.m4 pollutes global $LIBS and $LDFLAGS) + + * ext/dba/config.m4: + fix #41455 (ext/dba/config.m4 pollutes global $LIBS and $LDFLAGS) + +2007-05-21 Dmitry Stogov + + * sapi/cgi/cgi_main.c + sapi/cgi/cgi_main.c + sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.h + sapi/cgi/fastcgi.h: + Fixed crash on "php -b 1234 -unknown-option" + + * configure.in + configure.in + sapi/cgi/config9.m4: + libfcgi cleanup (Andrei Nigmatulin) + +2007-05-21 Antony Dovgal + + * ZendEngine2/zend_operators.c: + use zend_make_string_zval() + thanks Matt! + + * ZendEngine2/zend_execute_API.c: + check if fci->object_pp points to NULL + 2007-05-20 Marcus Boerger * .gdbinit: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e130a8d9e3..8d9ba03380 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2007-05-21 Antony Dovgal + + * zend_operators.c: + use zend_make_string_zval() + thanks Matt! + + * zend_execute_API.c: + check if fci->object_pp points to NULL + 2007-05-18 Stanislav Malyshev * zend_language_parser.y: