From: Date: Sat, 19 Aug 2006 01:30:57 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1929 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d206a2f0c35b4d83bb3781b256461b9f2eb2c01;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f8e63f2c88..c672453206 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2006-08-18 Andrei Zmievski + + * unicode-progress.txt + ext/standard/string.c: + Unicode support for str_word_count() (using the same semantics as for + binary strings). + + +2006-08-18 Antony Dovgal + + * (PHP_5_2) + ext/openssl/openssl.c: + fix #38486 (openssl extension does not build correctly) + + * (PHP_5_2) + ext/standard/file.c: + MFH: add a notice to fgetcsv() when delimiter or enclosure is longer than 1 + char + (feature request #38496) + + * ext/standard/file.c: + add a notice to fgetcsv() when delimiter or enclosure is longer than 1 char + (feature request #38496) + + * (PHP_4_4) + run-tests.php: + fix typo (bug #38499) + 2006-08-17 Antony Dovgal * (PHP_5_2)