From: Date: Thu, 8 Mar 2007 01:31:10 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_1~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e0903fe195e667481cbabab2f66d47738132e05;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 60b01c8fb8..54e2a18401 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +2007-03-07 Stanislav Malyshev + + * (PHP_5_2) + ext/standard/string.c: + fix MOPB#14 + +2007-03-07 Antony Dovgal + + * (PHP_4_4) + ext/gmp/tests/bug32773.phpt: + fix test + +2007-03-07 Zoe Slattery + + * ext/standard/tests/array/array_slice.phpt: + New test case for array_slice + +2007-03-07 Antony Dovgal + + * (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 + + * (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 * ext/date/lib/timezonedb.h diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f6da6448bd..74b236a7cc 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2007-03-07 Ilia Alshanetsky + + * (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 * zend_ini.c: