]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 12 May 2005 00:35:46 +0000 (00:35 +0000)
committer <changelog@php.net> <>
Thu, 12 May 2005 00:35:46 +0000 (00:35 +0000)
ChangeLog

index e520a35305b4511397b04791ebae79dde92c066c..639e1b95ee10247b1be76a5e82a0747a56ca975a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2005-05-11  Joe Orton  <jorton@redhat.com>
+
+    * (PHP_5_0)
+      ext/standard/html.c:
+      MFH: - Fixed bug #29119 (html_decode_entities handling of U+0152-U+0192
+      range)
+      (merge error from 4.3)
+      MFH: Mark pointers in entity tables as const.
+
+    * ext/standard/html.c:
+      Mark pointers in entity tables as const.
+
+    * ext/standard/html.c:
+      - Fixed bug #29119 (html_decode_entities handling of U+0152-U+0192 range)
+      (merge error from 4.3)
+
+2005-05-11  Andrey Hristov  <php@hristov.com>
+
+    * NEWS:
+      ...
+
+    * ext/standard/array.c
+      ext/standard/basic_functions.c
+      ext/standard/php_array.h:
+      add function array_product()
+
+2005-05-11  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * main/streams/userspace.c:
+      fix inverted logic and thus Bug #27508
+
+    * ext/standard/tests/file/bug27508.phpt:
+      add test for bug 27508
+
 2005-05-10  Antony Dovgal  <tony2001@phpclub.net>
 
     * (PHP_5_0)