]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 18 Aug 2007 01:31:28 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Sat, 18 Aug 2007 01:31:28 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index a9d2077fe647e7c76fd08c2fe08aad62865afa5e..26988858ee20a93ddae439fde1791fe649eb9ded 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,65 @@
+2007-08-17  Stanislav Malyshev  <stas@zend.com>
+
+    * README.namespaces:
+      some rewording and typofixing
+
+2007-08-17  Dmitry Stogov  <dmitry@zend.com>
+
+    * README.namespaces:
+      Added examples
+
+2007-08-17  Johannes Schlüter  <johannes@schlueters.de>
+
+    * (PHP_5_2)
+      ext/reflection/php_reflection.c:
+      - MFH: Mark the parameter for ReflectionProperty::GetValue as optional
+
+    * ext/reflection/php_reflection.c:
+      - Mark the parameter for ReflectionProperty::GetValue as optional
+
+2007-08-17  Christopher Jones  <christopher.jones@oracle.com>
+
+    * ext/pdo_oci/config.m4:
+      MFH: PDO_OCI: fix Instant Client build broken by logic correction in
+      previous Solaris lib/lib32 fix
+
+    * (PHP_5_2)
+      ext/pdo_oci/config.m4:
+      PDO_OCI: fix Instant Client build broken by logic correction during
+      previous Solaris lib/lib32 fix
+
+2007-08-17  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h:
+      Namespaces: improved run-time speed
+
+2007-08-17  Jani Taskinen  <jani.taskinen@iki.fi>
+
+    * (PHP_5_2)
+      ext/standard/proc_open.c:
+      MFH:- Fixed bug #41904 (proc_open with empty env array)
+
+    * ext/standard/proc_open.c:
+      - Fixed bug #41904 (proc_open with empty env array)
+
+2007-08-17  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS
+      configure.in
+      main/php_version.h:
+      
+      Back to dev
+
+    * (PHP_5_2)
+      NEWS
+      configure.in
+      main/php_version.h:
+      
+      5.2.4RC2
+
 2007-08-16  Stanislav Malyshev  <stas@zend.com>
 
     * main/streams/userspace.c
index bfe2ce4ce2f6e8fd1519283a32e832afbd3b34d1..32a2073fdd1615f5ae00de1f5663c17f32e78157 100644 (file)
@@ -1,3 +1,10 @@
+2007-08-17  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_compile.c
+      zend_vm_def.h
+      zend_vm_execute.h:
+      Namespaces: improved run-time speed
+
 2007-08-13  Stanislav Malyshev  <stas@zend.com>
 
     * (PHP_5_2)