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

index 60b01c8fb8037c5de4d990ed7fdd8dc4b3919283..54e2a18401c6168ed7147375a3d26174956c58fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+2007-03-07  Stanislav Malyshev  <stas@zend.com>
+
+    * (PHP_5_2)
+      ext/standard/string.c:
+      fix MOPB#14
+
+2007-03-07  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_4_4)
+      ext/gmp/tests/bug32773.phpt:
+      fix test
+
+2007-03-07  Zoe Slattery  <zoe@uk.ibm.com>
+
+    * ext/standard/tests/array/array_slice.phpt:
+      New test case for array_slice
+
+2007-03-07  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_2)
+      ext/pdo_mysql/config.m4:
+      fix small typo
+      add --with-zlib-dir option (and simple automagic zlib detection)
+
+    * (PHP_5_2)
+      NEWS
+      ext/pdo/pdo_stmt.c:
+      MFH: fix #40727 (segfault in PDO when failed to bind parameters)
+
+    * ext/pdo/pdo_stmt.c:
+      fix #40727 (segfault in PDO when failed to bind parameters)
+
+2007-03-07  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      ZendEngine2/zend_alloc.h:
+      
+      Fixed calloc wrapper
+
+    * (PHP_5_2)
+      ext/standard/browscap.c:
+      
+      malloc() -> pemalloc()
+
+    * (PHP_5_2)
+      ZendEngine2/zend_alloc.h:
+      
+      Add checks around raw allocation code
+
 2007-03-06  Derick Rethans  <php@derickrethans.nl>
 
     * ext/date/lib/timezonedb.h
index f6da6448bdb25460dfa1824b7da2b8da854fb528..74b236a7ccec6e8c7dafa7c3d422be94efc237a0 100644 (file)
@@ -1,3 +1,15 @@
+2007-03-07  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      zend_alloc.h:
+      
+      Fixed calloc wrapper
+
+    * (PHP_5_2)
+      zend_alloc.h:
+      
+      Add checks around raw allocation code
+
 2007-03-06  Antony Dovgal  <antony@zend.com>
 
     * zend_ini.c: