From: Date: Thu, 12 May 2005 00:35:46 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~251 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfa90afcc7a9433628f30dc9842728999d1db1d0;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e520a35305..639e1b95ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2005-05-11 Joe Orton + + * (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 + + * NEWS: + ... + + * ext/standard/array.c + ext/standard/basic_functions.c + ext/standard/php_array.h: + add function array_product() + +2005-05-11 Wez Furlong + + * 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 * (PHP_5_0)