]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 3 Aug 2006 01:30:51 +0000 (01:30 +0000)
committer <changelog@php.net> <>
Thu, 3 Aug 2006 01:30:51 +0000 (01:30 +0000)
ChangeLog
Zend/ChangeLog

index 67357ad5a7a2da264ef69bd7ad0a91de1681a2de..8da792118e7d93d1589f47e2e50d49006db22561 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,91 @@
+2006-08-02  Antony Dovgal  <antony@zend.com>
+
+    * ext/date/tests/oo_001.phpt
+      ext/date/tests/oo_001.phpt:
+      fix test
+
+    * (PHP_5_2)
+      ext/wddx/wddx.c:
+      fix ZTS build
+
+    * ext/wddx/wddx.c:
+      fix build
+
+2006-08-02  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ext/standard/string.c:
+      A few fixes noted during analysis.
+
+    * unicode-progress.txt:
+      Notes after analyzing remainder of string.c.
+
+    * ext/standard/string.c:
+      bin2hex() should accept only binary strings.
+
+    * ZendEngine2/zend_operators.c:
+      Make string comparison functions conver to unicode or printable strings
+      depending on unicode.semantics and do the right thing.
+
+    * unicode-todo.txt:
+      Some updates.
+
+    * README.PARAMETER_PARSING_API
+      unicode-progress.txt
+      unicode-todo.txt:
+      -** empty log message ***
+
+    * ZendEngine2/zend_API.c:
+      Add '&' modifier (for 's' type) that will apply the specified converter
+      during conversion of Unicode strings.
+
+2006-08-02  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/wddx/wddx.c
+      ext/wddx/tests/bug37569.phpt:
+      MFB: Fixed bug #38213, #37611, #37571 (wddx encoding fails to handle
+      certain
+      characters).
+
+    * (PHP_5_2)
+      NEWS
+      ext/wddx/wddx.c
+      ext/wddx/tests/bug37569.phpt:
+      Fixed bug #38213, #37611, #37571 (wddx encoding fails to handle certain
+      characters).
+
+    * ext/xml/php_xml.h
+      ext/xml/xml.c:
+      MFB: Expose the xml_utf8_encode function.
+
+    * (PHP_5_2)
+      ext/xml/php_xml.h
+      ext/xml/xml.c:
+      Expose the xml_utf8_encode function.
+
+2006-08-02  Antony Dovgal  <antony@zend.com>
+
+    * ext/mysql/php_mysql.c
+      ext/mysql/php_mysql.c:
+      init variable, eliminate compile warning
+
+    * (PHP_5_2)
+      NEWS
+      ext/session/session.c:
+      MFH: fix #38289 (segfault in session_decode() when _SESSION is NULL)
+
+    * ext/session/session.c:
+      fix #38289 (segfault in session_decode() when _SESSION is NULL)
+
+2006-08-02  Dmitry Stogov  <dmitry@zend.com>
+
+    * ext/standard/array.c:
+      zts fix
+
+2006-08-02  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ext/standard/array.c:
+      Fix leaks.
+
 2006-08-01  Antony Dovgal  <antony@zend.com>
 
     * (PHP_5_2)
index 3614a96e6888777f219867baa0912b42c8adba74..483656da73f0b149efd37f8311b9e65a9bf50a37 100644 (file)
@@ -1,3 +1,13 @@
+2006-08-02  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * zend_operators.c:
+      Make string comparison functions conver to unicode or printable strings
+      depending on unicode.semantics and do the right thing.
+
+    * zend_API.c:
+      Add '&' modifier (for 's' type) that will apply the specified converter
+      during conversion of Unicode strings.
+
 2006-08-01  Andrei Zmievski  <andrei@gravitonic.com>
 
     * zend_unicode.c: