changelog Fri May 9 01:31:48 2008 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3040&r2=1.3041&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3040 php-src/ChangeLog:1.3041
--- php-src/ChangeLog:1.3040 Thu May 8 01:31:40 2008
+++ php-src/ChangeLog Fri May 9 01:31:47 2008
@@ -1,3 +1,71 @@
+2008-05-08 Felipe Pena <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ext/imap/php_imap.c:
+ - Fixed double free
+
+2008-05-08 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * win32/build/Makefile:
+ Remove old references to flex.skl
+
+ * (PHP_5_3)
+ ext/standard/math.c:
+ Fix build
+
2008-05-07 Ilia Alshanetsky <[EMAIL PROTECTED]>
* ext/date/php_date.c: