From: Date: Sat, 12 Jul 2003 00:30:21 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_ARG_INFO~277 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9551bc5540c3ed18f64b01f4788c5d477b0f521;p=php ChangeLog update --- diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 741898b5a3..c126845474 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2003-07-11 Andi Gutmans + + * 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 ) + 2003-07-08 Zeev Suraski * zend_execute.c: