changelog               Mon May 11 01:32:53 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3399&r2=1.3400&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3399 php-src/ChangeLog:1.3400
--- php-src/ChangeLog:1.3399    Sun May 10 01:32:59 2009
+++ php-src/ChangeLog   Mon May 11 01:32:52 2009
@@ -1,3 +1,159 @@
+2009-05-10  Jani Taskinen  <jani.taski...@sci.fi>
+
+    * (PHP_5_3)
+      ZendEngine2/zend_operators.c
+      ZendEngine2/zend_operators.h:
+      sync with HEAD
+
+    * ZendEngine2/zend_operators.h:
+      ws
+
+    * ZendEngine2/zend_operators.h:
+      MFB: missing part of the GC stuff
+
+    * ext/mbstring/tests/zend-multibyte.phpt:
+      - Replaced by zend_multibyte-01.phpt
+
+    * (PHP_5_3)
+      NEWS:
+      BFN
+
+    * ext/mbstring/mbstring.c
+      ext/mbstring/mbstring.c
+      ext/mbstring/tests/zend_multibyte-01.phpt
+      ext/mbstring/tests/zend_multibyte-02.phpt
+      ext/mbstring/tests/zend_multibyte-02.phpt
+      ext/mbstring/tests/zend_multibyte-03.phpt
+      ext/mbstring/tests/zend_multibyte-03.phpt
+      ext/mbstring/tests/zend_multibyte-04.phpt
+      ext/mbstring/tests/zend_multibyte-04.phpt
+      ext/mbstring/tests/zend_multibyte-05.phpt
+      ext/mbstring/tests/zend_multibyte-05.phpt
+      ext/mbstring/tests/zend_multibyte-06.phpt
+      ext/mbstring/tests/zend_multibyte-06.phpt
+      ext/mbstring/tests/zend_multibyte-07.phpt
+      ext/mbstring/tests/zend_multibyte-07.phpt
+      ext/mbstring/tests/zend_multibyte-08.phpt
+      ext/mbstring/tests/zend_multibyte-08.phpt
+      ext/mbstring/tests/zend_multibyte-09.phpt
+      ext/mbstring/tests/zend_multibyte-09.phpt
+      ext/mbstring/tests/zend_multibyte-10.phpt
+      ext/mbstring/tests/zend_multibyte-10.phpt
+      ext/mbstring/tests/zend_multibyte-11.phpt
+      ext/mbstring/tests/zend_multibyte-11.phpt
+      ext/mbstring/tests/zend_multibyte-12.phpt
+      ext/mbstring/tests/zend_multibyte-12.phpt
+      ext/mbstring/tests/zend_multibyte-13.phpt
+      ext/mbstring/tests/zend_multibyte-13.phpt
+      ext/mbstring/tests/zend_multibyte-14.phpt
+      ext/mbstring/tests/zend_multibyte-14.phpt:
+      - Fixed bug #48200 (compile failure with mbstring.c when
+      --enable-zend-multibyte is used)
+
+2009-05-10  Stanislav Malyshev  <s...@zend.com>
+
+    * ext/intl/intl_data.h
+      ext/intl/intl_error.c:
+      MF5 fixes
+
+    * (PHP_5_3)
+      ext/intl/intl_error.c:
+      revent wrong part
+
+2009-05-10  Felipe Pena  <felipe...@gmail.com>
+
+    * (PHP_5_3)
+      NEWS
+      ext/intl/formatter/formatter_format.c
+      ext/intl/formatter/formatter_format.c
+      ext/intl/tests/bug48227.phpt:
+      - Fixed bug #48227 (NumberFormatter::format leaks memory)
+
+    * ext/intl/tests/bug48227.phpt
+      ext/intl/tests/bug48227.phpt:
+      
+      - Fixed bug #48227 (NumberFormatter::format leaks memory)
+
+2009-05-10  Etienne Kneuss  <p...@colder.ch>
+
+    * ext/standard/tests/array/bug48224.phpt
+      ext/standard/tests/array/bug48224.phpt:
+      MFB: Add test for #48224
+
+    * ext/standard/tests/array/bug48224.phpt
+      ext/standard/tests/array/bug48224.phpt
+      ext/standard/tests/array/bug48224.phpt:
+        1.1.4;
+      file bug48224.phpt was initially added on branch PHP_5_2.
+
+2009-05-10  David Coallier  <david.coall...@gmail.com>
+
+    * ext/xsl/xsltprocessor.c:
+      - MFB: Removed the RETURN_TRUE to keep consistency with documentation.
+        This function is supposed to be "void registerPHPFunctions"
+
+    * (PHP_5_3)
+      ext/xsl/xsltprocessor.c:
+      - Removed the RETURN_TRUE to keep consistency with documentation. This
+      function
+        is supposed to be "void registerPHPFunctions"
+
+2009-05-10  Stanislav Malyshev  <s...@zend.com>
+
+    * (PHP_5_3)
+      ext/intl/intl_data.h
+      ext/intl/intl_error.c:
+      little errors cleanup
+
+2009-05-10  Etienne Kneuss  <p...@colder.ch>
+
+    * ext/standard/array.c
+      ext/standard/array.c:
+      MFB: Fix #48224 (Remove incorrect shuffle)
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/array.c:
+      Fix #48224 (Remove incorrect shuffle)
+
+2009-05-10  Felipe Pena  <felipe...@gmail.com>
+
+    * ext/xsl/tests/bug48221.phpt
+      ext/xsl/tests/bug48221.phpt
+      ext/xsl/tests/bug48221.phpt:
+      - Simplify test (cweiske)
+
+    * (PHP_5_2)
+      NEWS
+      ext/xsl/xsltprocessor.c
+      ext/xsl/xsltprocessor.c
+      ext/xsl/tests/bug48221.phpt
+      ext/xsl/tests/bug48221.phpt:
+      - MFH: Fixed bug #48221 (memory leak when passing invalid xslt parameter)
+
+    * ext/xsl/xsltprocessor.c
+      ext/xsl/tests/bug48221.phpt
+      ext/xsl/tests/bug48221.phpt
+      ext/xsl/tests/bug48221.phpt:
+      - Fixed bug #48221 (memory leak when passing invalid xslt parameter)
+
+2009-05-10  Ilia Alshanetsky  <i...@prohost.org>
+
+    * (PHP_5_2)
+      NEWS:
+      
+      WS
+
+2009-05-10  Felipe Pena  <felipe...@gmail.com>
+
+    * (PHP_5_2)
+      ext/sockets/sockets.c
+      ext/sockets/sockets.c:
+      - MFH: Fixed memory leak (patch by Christian Weiske)
+
+    * ext/sockets/sockets.c:
+      - Fixed memory leak (patch by Christian Weiske)
+
 2009-05-09  Johannes Schlüter  <johan...@schlueters.de>
 
     * (PHP_5_3)
@@ -38963,7 +39119,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3399 2009/05/10 01:32:59 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3400 2009/05/11 01:32:52 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to