]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 12 Jul 2003 00:30:21 +0000 (00:30 +0000)
committer <changelog@php.net> <>
Sat, 12 Jul 2003 00:30:21 +0000 (00:30 +0000)
Zend/ChangeLog

index 741898b5a3b1a0e2bfec077207461af2061e0b92..c126845474c01fa0ae995b2e31e3bf5caf29743e 100644 (file)
@@ -1,3 +1,12 @@
+2003-07-11  Andi Gutmans  <andi@zend.com>
+
+    * zend_API.c:
+      - Add support for Z in zend_parse_parameters(). It will allow the extension
+      - to retreive the zval **, thus allowing it to use the convert_to_*_ex()
+      - family of functions to do type conversions without effecting the value
+      in
+      - the engine itself. (Josh Fuhs <fuhs@purdue.edu>)
+
 2003-07-08  Zeev Suraski  <zeev@zend.com>
 
     * zend_execute.c: