]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 10 Mar 2008 01:31:34 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Mon, 10 Mar 2008 01:31:34 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index d7d6ad5fbebf16199d45d44200e5dac1e19d0e4a..708081061aee7c549ff5b9f1cc65e8e3bb7867ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,65 @@
+2008-03-09  Scott MacVicar  <scott@macvicar.net>
+
+    * 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  <tony@daylessday.org>
+
+    * (PHP_5_3)
+      ZendEngine2/zend_execute_API.c:
+      %v -> %s, this is 5_3
+
+2008-03-09  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * 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  <felipensp@gmail.com>
+
+    * sapi/nsapi/nsapi.c
+      sapi/nsapi/nsapi.c
+      sapi/nsapi/nsapi.c:
+      Fix typo (#44381)
+
+2008-03-09  Gwynne Raskind  <gwynne@wanderingknights.org>
+
+    * (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  <lars@strojny.net>
+
+    * 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  <johannes@schlueters.de>
+
+    * ext/mysql/tests/mysql_query_load_data_openbasedir.phpt:
+      - Fix typo in skipif
+
 2008-03-08  Felipe Pena  <felipensp@gmail.com>
 
     * (PHP_5_3)
index 19fc711899de9b54a3b4872660b7834d69fbf610..0640cc64bfd09ea93ca29868d6e09695d43c32b8 100644 (file)
@@ -1,3 +1,9 @@
+2008-03-09  Antony Dovgal  <tony@daylessday.org>
+
+    * (PHP_5_3)
+      zend_execute_API.c:
+      %v -> %s, this is 5_3
+
 2008-03-08  Felipe Pena  <felipensp@gmail.com>
 
     * zend.c