changelog Sat Aug 19 01:30:57 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2426&r2=1.2427&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2426 php-src/ChangeLog:1.2427
--- php-src/ChangeLog:1.2426 Fri Aug 18 01:30:55 2006
+++ php-src/ChangeLog Sat Aug 19 01:30:57 2006
@@ -1,3 +1,31 @@
+2006-08-18 Andrei Zmievski <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* (PHP_5_2)