]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 11 May 2009 01:33:02 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Mon, 11 May 2009 01:33:02 +0000 (01:33 +0000)
ChangeLog
Zend/ChangeLog

index 6ec4f8dc2da0b097a5455e66ed958b0b34555b8e..484737e38c7cd3148721e7f1504c14189e577963 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,159 @@
+2009-05-10  Jani Taskinen  <jani.taskinen@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  <stas@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  <felipensp@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  <php@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.coallier@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  <stas@zend.com>
+
+    * (PHP_5_3)
+      ext/intl/intl_data.h
+      ext/intl/intl_error.c:
+      little errors cleanup
+
+2009-05-10  Etienne Kneuss  <php@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  <felipensp@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  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS:
+      
+      WS
+
+2009-05-10  Felipe Pena  <felipensp@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  <johannes@schlueters.de>
 
     * (PHP_5_3)
index 29b02bd9bb4328533cb546fee971ae55963c4883..f078a20c4adc5e5fcf866cffabe9b38f034ebde7 100644 (file)
@@ -1,3 +1,16 @@
+2009-05-10  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_3)
+      zend_operators.c
+      zend_operators.h:
+      sync with HEAD
+
+    * zend_operators.h:
+      ws
+
+    * zend_operators.h:
+      MFB: missing part of the GC stuff
+
 2009-05-08  Matt Wilmas  <php_lists@realplain.com>
 
     * (PHP_5_2)