From: Date: Wed, 3 May 2006 05:31:53 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_NEW_OUTPUT_API~328 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3ef3ced43cc7ed23a2dd6c1ff8d650a56309748;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 48113f0feb..b8a5088ece 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +2006-05-02 Sara Golemon + + * 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 + + * (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 + + * (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 + + * (RELEASE_1_2_1) + ext/oci8/package.xml: + prepare to 1.2.1 release + +2006-05-02 Dmitry Stogov + + * (PHP_5_1) + ZendEngine2/zend_compile.c: + Fixed ossible crash in highlight_string(). + 2006-05-01 Marcus Boerger * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index b5884819d8..406a913d08 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2006-05-02 Dmitry Stogov + + * zend_compile.c + zend_compile.c: + Fixed possible crash in highlight_string() (proper place) + + * (PHP_5_1) + zend_compile.c: + Fixed ossible crash in highlight_string(). + 2006-04-21 Andrei Zmievski * zend_objects_API.c: