changelog               Tue Jul  1 01:31:50 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3093&r2=1.3094&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3093 php-src/ChangeLog:1.3094
--- php-src/ChangeLog:1.3093    Mon Jun 30 01:31:47 2008
+++ php-src/ChangeLog   Tue Jul  1 01:31:49 2008
@@ -1,3 +1,70 @@
+2008-06-30  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_builtin_functions.c:
+      convert all built-in functions to new API
+
+2008-06-30  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
 
     * ext/mssql/php_mssql.c:


Reply via email to