diff options
author | <changelog@php.net> | 2005-05-12 00:35:46 +0000 |
---|---|---|
committer | <changelog@php.net> | 2005-05-12 00:35:46 +0000 |
commit | cfa90afcc7a9433628f30dc9842728999d1db1d0 (patch) | |
tree | 584efa1bb8bf11ccb76b2c0e2314ff633e839197 | |
parent | 8056035197047eb687e657d456ad7b7397639564 (diff) | |
download | php-git-cfa90afcc7a9433628f30dc9842728999d1db1d0.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -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) |