changelog Wed May 3 05:31:47 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2333&r2=1.2334&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2333 php-src/ChangeLog:1.2334
--- php-src/ChangeLog:1.2333 Tue May 2 05:31:49 2006
+++ php-src/ChangeLog Wed May 3 05:31:46 2006
@@ -1,3 +1,39 @@
+2006-05-02 Sara Golemon <[EMAIL PROTECTED]>
+
+ * ext/standard/file.c:
+ Unicode Updates:
+ file() now unicode ready
+ get_meta_tags() updated for FS encoding, but content is still non-unicode
+
+2006-05-02 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ NEWS:
+ typo
+
+ * ZendEngine2/zend_compile.c
+ ZendEngine2/zend_compile.c:
+ Fixed possible crash in highlight_string() (proper place)
+
+2006-05-02 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ ext/standard/php_smart_str.h:
+ Attempt to increase smart_str performance through the use of larger
+ default buffers. Biased micro benchmarks show it makes sense :P
+
+2006-05-02 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (RELEASE_1_2_1)
+ ext/oci8/package.xml:
+ prepare to 1.2.1 release
+
+2006-05-02 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ ZendEngine2/zend_compile.c:
+ Fixed ossible crash in highlight_string().
+
2006-05-01 Marcus Boerger <[EMAIL PROTECTED]>
* (PHP_5_1)