]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 1 Jul 2008 01:31:52 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Tue, 1 Jul 2008 01:31:52 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index bd7487fabb5b564f29023afa472dfd3463a92b26..72a00b613608cfdacbce593f413011578d9399a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,70 @@
+2008-06-30  Stanislav Malyshev  <stas@zend.com>
+
+    * ZendEngine2/zend_builtin_functions.c:
+      convert all built-in functions to new API
+
+2008-06-30  Felipe Pena  <felipensp@gmail.com>
+
+    * (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  <tony@daylessday.org>
+
+    * (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  <felipensp@gmail.com>
+
+    * 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  <felipensp@gmail.com>
 
     * ext/mssql/php_mssql.c:
index bc5b038bd31ced3968e3c0f43c059880310d12fb..6dff7e4205e9147fbdf6c32322b717eb1e613fd7 100644 (file)
@@ -1,3 +1,8 @@
+2008-06-30  Stanislav Malyshev  <stas@zend.com>
+
+    * zend_builtin_functions.c:
+      convert all built-in functions to new API
+
 2008-06-29  Rui Hirokawa  <rui_hirokawa@ybb.ne.jp>
 
     * (PHP_5_3)