]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 5 Apr 2009 01:33:06 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Sun, 5 Apr 2009 01:33:06 +0000 (01:33 +0000)
ChangeLog
Zend/ChangeLog

index ea44f0e2bf9efe83058b0295352501c46a2daecf..5098201732dbfc894c1f314d91b67129441c28f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2009-04-04  Felipe Pena  <felipensp@gmail.com>
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/tests/objects_002.phpt
+      ZendEngine2/tests/objects_003.phpt
+      ZendEngine2/tests/objects_004.phpt
+      ZendEngine2/tests/objects_005.phpt
+      ZendEngine2/tests/objects_006.phpt
+      ZendEngine2/tests/objects_007.phpt
+      ZendEngine2/tests/objects_008.phpt
+      ZendEngine2/tests/objects_009.phpt:
+      - Synced old changes
+
+2009-04-04  Sean Coates  <sean@caedmon.net>
+
+    * ext/imap/config.m4:
+      improve error message when missing c-client (just bit me on Ubuntu 8.10)
+
+2009-04-04  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * (PHP_5_3)
+      NEWS
+      ext/reflection/php_reflection.c
+      ext/reflection/tests/reflectionProperty_setAccessible.phpt:
+      MFH: Fix issue reported by Roman Borschel.
+
+    * ext/reflection/php_reflection.c
+      ext/reflection/tests/reflectionProperty_setAccessible.phpt:
+      Fix issue reported by Roman Borschel.
+
+2009-04-04  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * TSRM/tsrm_virtual_cwd.c
+      TSRM/tsrm_virtual_cwd.c:
+      - nuke unused var
+
 2009-04-03  Felipe Pena  <felipensp@gmail.com>
 
     * (PHP_5_3)
index 883f0d81a36fab62bcc4d1def2f8f0f0d14d7919..741b5141a255a26d596550a110dd1719188c98a2 100644 (file)
@@ -1,3 +1,16 @@
+2009-04-04  Felipe Pena  <felipensp@gmail.com>
+
+    * zend_compile.c
+      tests/objects_002.phpt
+      tests/objects_003.phpt
+      tests/objects_004.phpt
+      tests/objects_005.phpt
+      tests/objects_006.phpt
+      tests/objects_007.phpt
+      tests/objects_008.phpt
+      tests/objects_009.phpt:
+      - Synced old changes
+
 2009-04-03  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_gc.c