From: Date: Mon, 10 Mar 2008 01:31:34 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~192 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1e0fb5ad3ff176654aec69205432c63c5e11f5d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index d7d6ad5fbe..708081061a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +2008-03-09 Scott MacVicar + + * ext/sqlite/sqlite.c: + MFB: Fix memory issues with statement being deleted twice + + * (PHP_5_3) + ext/sqlite/sqlite.c: + Fix memory issues with statement being deleted twice + +2008-03-09 Antony Dovgal + + * (PHP_5_3) + ZendEngine2/zend_execute_API.c: + %v -> %s, this is 5_3 + +2008-03-09 Ilia Alshanetsky + + * ext/date/php_date.c: + + MFB: Initialize ts only after successful argument parsing + + * (PHP_5_3) + ext/date/php_date.c: + + Initialize ts only after successful argument parsing + +2008-03-09 Felipe Pena + + * sapi/nsapi/nsapi.c + sapi/nsapi/nsapi.c + sapi/nsapi/nsapi.c: + Fix typo (#44381) + +2008-03-09 Gwynne Raskind + + * (PHP_5_3) + configure.in: + MFH: Fix Darwin 9/Mac OS X 10.5 build problems, or at least patch them + + * configure.in: + Fix Darwin 9/Mac OS X 10.5 build problems, or at least patch them + +2008-03-09 Lars Strojny + + * sapi/apache2filter/config.m4 + sapi/apache2filter/config.m4 + sapi/apache2handler/config.m4 + sapi/apache2handler/config.m4: + sapi/apache2(handler|filter)/config.m4: Removing itk from the list of + threaded MPMs (thanks Hannes) + + * sapi/apache2filter/config.m4 + sapi/apache2filter/config.m4 + sapi/apache2handler/config.m4 + sapi/apache2handler/config.m4: + Adding itk and and peruser MPM to the list of threaded Apache MPMs + +2008-03-09 Johannes Schlüter + + * ext/mysql/tests/mysql_query_load_data_openbasedir.phpt: + - Fix typo in skipif + 2008-03-08 Felipe Pena * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 19fc711899..0640cc64bf 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2008-03-09 Antony Dovgal + + * (PHP_5_3) + zend_execute_API.c: + %v -> %s, this is 5_3 + 2008-03-08 Felipe Pena * zend.c