changelog Sat May 12 01:31:09 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2685&r2=1.2686&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2685 php-src/ChangeLog:1.2686
--- php-src/ChangeLog:1.2685 Fri May 11 01:31:13 2007
+++ php-src/ChangeLog Sat May 12 01:31:08 2007
@@ -1,3 +1,71 @@
+2007-05-11 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/sysvsem/sysvsem.c:
+ remove warnings in resource dtor
+
+ * (PHP_5_2)
+ NEWS
+ NEWS:
+ BFN
+
+ * (PHP_5_2)
+ ZendEngine2/zend_ts_hash.c:
+ MFH: fix #41134 (zend_ts_hash_clean not thread-safe)
+ fix also zend_ts_hash_*destroy()
+
+ * ZendEngine2/zend_ts_hash.c:
+ fix #41134 (zend_ts_hash_clean not thread-safe)
+ fix also zend_ts_hash_*destroy()
+
+ * (PHP_5_2)
+ ZendEngine2/zend_compile.c
+ ZendEngine2/tests/bug41351.phpt
+ ZendEngine2/tests/bug41351_2.phpt
+ ZendEngine2/tests/bug41351_3.phpt:
+ MFH: fix #41351 (Invalid opcode with foreach ($a[] as $b))
+
+ * ZendEngine2/zend_compile.c
+ ZendEngine2/tests/bug41351.phpt
+ ZendEngine2/tests/bug41351.phpt
+ ZendEngine2/tests/bug41351_2.phpt
+ ZendEngine2/tests/bug41351_2.phpt
+ ZendEngine2/tests/bug41351_3.phpt
+ ZendEngine2/tests/bug41351_3.phpt:
+ fix #41351 (Invalid opcode with foreach ($a[] as $b))
+
+2007-05-11 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * ZendEngine2/tests/bug39542.phpt
+ ZendEngine2/tests/bug39542.phpt
+ ZendEngine2/tests/bug39542/bug39542.php
+ ZendEngine2/tests/bug39542/bug39542.php:
+
+ file bug39542.phpt was initially added on branch PHP_5_2.
+
+ * (PHP_5_2)
+ NEWS
+ ZendEngine2/zend_vm_def.h
+ ZendEngine2/zend_vm_def.h
+ ZendEngine2/zend_vm_execute.h
+ ZendEngine2/zend_vm_execute.h
+ ZendEngine2/tests/bug39542.phpt
+ ZendEngine2/tests/bug39542/bug39542.php:
+ Fixed bug #39542 (Behaviour of require/include different to < 5.2.0)
+
+ * ext/soap/php_http.c:
+ Fixed compilation error
+
+2007-05-11 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/spl/spl_iterators.c
+ ext/spl/spl_iterators.h:
+ - MFH Add invert option to RegexIterator
+
+ * ext/spl/spl_iterators.c
+ ext/spl/spl_iterators.h:
+ -Addvert optionto RegexIterator
+
2007-05-10 Antony Dovgal <[EMAIL PROTECTED]>
* (PHP_5_2)