changelog Sat Aug 18 01:31:26 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2781&r2=1.2782&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2781 php-src/ChangeLog:1.2782
--- php-src/ChangeLog:1.2781 Fri Aug 17 01:31:18 2007
+++ php-src/ChangeLog Sat Aug 18 01:31:25 2007
@@ -1,3 +1,65 @@
+2007-08-17 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * README.namespaces:
+ some rewording and typofixing
+
+2007-08-17 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * README.namespaces:
+ Added examples
+
+2007-08-17 Johannes Schlüter <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_compile.c
+ ZendEngine2/zend_vm_def.h
+ ZendEngine2/zend_vm_execute.h:
+ Namespaces: improved run-time speed
+
+2007-08-17 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* main/streams/userspace.c