]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 9 May 2008 01:31:51 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Fri, 9 May 2008 01:31:51 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index b2337244cf05527e4ea37907aa4831977c8097fe..ef6ab92db53a1769bd6e63c8a2b0818d7eea532b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,71 @@
+2008-05-08  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_3)
+      ext/standard/basic_functions.c
+      ext/standard/tests/file/magic_quotes.phpt:
+      - Use PHP_DEP_FE and PHP_DEP_FALIAS (magic_quotes related functions)
+
+    * (PHP_5_3)
+      ZendEngine2/zend_API.c
+      ZendEngine2/tests/bug31720.phpt
+      ext/standard/tests/array/array_filter_variation2.phpt
+      ext/standard/tests/array/array_map_variation17.phpt
+      ext/standard/tests/array/uasort_variation2.phpt:
+      - MFH: Fixed detection of invalid class name
+
+    * ext/standard/user_filters.c:
+      - Fix data size
+
+    * ZendEngine2/zend_API.c
+      ZendEngine2/tests/bug31720.phpt
+      ext/standard/tests/array/array_filter_variation2.phpt
+      ext/standard/tests/array/array_map_variation17.phpt
+      ext/standard/tests/array/array_walk_recursive_variation2.phpt
+      ext/standard/tests/array/array_walk_variation2.phpt
+      ext/standard/tests/array/uasort_variation2.phpt:
+      - Fixed detection of invalid class name
+
+    * ZendEngine2/zend_API.c:
+      - Fix valgrind report (Conditional jump or move depends on uninitialised
+      value)
+
+2008-05-08  Etienne Kneuss  <php@colder.ch>
+
+    * ext/spl/tests/bug38618.phpt:
+      Sync spl tests with 5.3
+
+    * (PHP_5_3)
+      ext/spl/tests/array_023.phpt:
+      Sync spl tests with HEAD
+
+2008-05-08  Felipe Pena  <felipensp@gmail.com>
+
+    * ext/imap/php_imap.c:
+      - Fixed double free
+
+2008-05-08  Dmitry Stogov  <dmitry@zend.com>
+
+    * ext/soap/tests/bugs/bug42151.phpt
+      ext/soap/tests/bugs/bug42151.phpt
+      ext/soap/tests/bugs/bug42151.phpt:
+      Fixed test
+
+2008-05-08  Antony Dovgal  <tony@daylessday.org>
+
+    * ext/soap/tests/bugs/bug42151.phpt
+      ext/soap/tests/bugs/bug42151.phpt
+      ext/soap/tests/bugs/bug42151.phpt:
+      fix test
+
+2008-05-08  Matt Wilmas  <php_lists@realplain.com>
+
+    * win32/build/Makefile:
+      Remove old references to flex.skl
+
+    * (PHP_5_3)
+      ext/standard/math.c:
+      Fix build
+
 2008-05-07  Ilia Alshanetsky  <ilia@prohost.org>
 
     * ext/date/php_date.c:
index 839d611fdd00a50da163da153c68d5d55ebcc8b0..b37df6d4a01fc370c5a46774bd5e3f8a513113c8 100644 (file)
@@ -1,3 +1,18 @@
+2008-05-08  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_3)
+      zend_API.c
+      tests/bug31720.phpt:
+      - MFH: Fixed detection of invalid class name
+
+    * zend_API.c
+      tests/bug31720.phpt:
+      - Fixed detection of invalid class name
+
+    * zend_API.c:
+      - Fix valgrind report (Conditional jump or move depends on uninitialised
+      value)
+
 2008-05-07  Felipe Pena  <felipensp@gmail.com>
 
     * (PHP_5_3)