From: Date: Tue, 1 Jul 2008 01:31:52 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1437 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c78ca3fdc779ddbb7dc37c60bcec1bdc476024d8;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index bd7487fabb..72a00b6136 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +2008-06-30 Stanislav Malyshev + + * ZendEngine2/zend_builtin_functions.c: + convert all built-in functions to new API + +2008-06-30 Felipe Pena + + * (PHP_5_3) + ext/pcre/php_pcre.c + ext/pcre/tests/preg_replace_callback3.phpt + ext/pcre/tests/preg_replace_callback_error.phpt + ext/pcre/tests/preg_replace_error.phpt: + - New parameter parsing API (to preg_replace*) + - Fixed related tests + + * ext/sysvmsg/sysvmsg.c: + - MFB: Added arginfo + + * (PHP_5_3) + ext/sysvmsg/sysvmsg.c: + - Added arginfo + + * ext/ldap/ldap.c + ext/pcre/php_pcre.c + ext/sysvmsg/sysvmsg.c + ext/xmlrpc/xmlrpc-epi-php.c: + - MFB: zend_arg_defs.c is unnecessary now + + * ext/pcntl/pcntl.c: + MFB: + - Added arginfo + - Removed #include "zend_arg_defs.c" + + * (PHP_5_3) + ext/pcntl/pcntl.c: + - Added arginfo + - Removed #include "zend_arg_defs.c" + + * (PHP_5_3) + ext/ldap/ldap.c + ext/pcre/php_pcre.c + ext/sysvmsg/sysvmsg.c + ext/xmlrpc/xmlrpc-epi-php.c: + - zend_arg_defs.c is unnecessary now + +2008-06-30 Antony Dovgal + + * (PHP_5_3) + ext/standard/string.c: + "l" is long, that's why it is "l", not "i" + + * (PHP_5_3) + ext/standard/string.c: + int -> long + +2008-06-30 Felipe Pena + + * ext/pgsql/pgsql.c + ext/pgsql/tests/08escape.phpt + ext/pgsql/tests/98old_api.phpt: + - MFB: New parameter parsing API + - Fixed tests + + * (PHP_5_3) + ext/pgsql/tests/98old_api.phpt: + - Fixed test + 2008-06-29 Felipe Pena * ext/mssql/php_mssql.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index bc5b038bd3..6dff7e4205 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2008-06-30 Stanislav Malyshev + + * zend_builtin_functions.c: + convert all built-in functions to new API + 2008-06-29 Rui Hirokawa * (PHP_5_3)