changelog Mon Mar 10 01:31:31 2008 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2982&r2=1.2983&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2982 php-src/ChangeLog:1.2983
--- php-src/ChangeLog:1.2982 Sun Mar 9 01:31:27 2008
+++ php-src/ChangeLog Mon Mar 10 01:31:31 2008
@@ -1,3 +1,65 @@
+2008-03-09 Scott MacVicar <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ZendEngine2/zend_execute_API.c:
+ %v -> %s, this is 5_3
+
+2008-03-09 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * sapi/nsapi/nsapi.c
+ sapi/nsapi/nsapi.c
+ sapi/nsapi/nsapi.c:
+ Fix typo (#44381)
+
+2008-03-09 Gwynne Raskind <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ext/mysql/tests/mysql_query_load_data_openbasedir.phpt:
+ - Fix typo in skipif
+
2008-03-08 Felipe Pena <[EMAIL PROTECTED]>
* (PHP_5_3)