]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 3 May 2006 05:31:53 +0000 (05:31 +0000)
committer <changelog@php.net> <>
Wed, 3 May 2006 05:31:53 +0000 (05:31 +0000)
ChangeLog
Zend/ChangeLog

index 48113f0febe9d52b3bfeff17e9b004e42522b3a8..b8a5088ece90128e11c1fab8dc8598aeaa6adbae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2006-05-02  Sara Golemon  <sara@golemon.com>
+
+    * 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  <dmitry@zend.com>
+
+    * (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  <ilia@prohost.org>
+
+    * (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  <antony@zend.com>
+
+    * (RELEASE_1_2_1)
+      ext/oci8/package.xml:
+      prepare to 1.2.1 release
+
+2006-05-02  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_1)
+      ZendEngine2/zend_compile.c:
+      Fixed ossible crash in highlight_string().
+
 2006-05-01  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * (PHP_5_1)
index b5884819d819a750759de9af486d5a28741c8260..406a913d086b8ee0b723d2d114c9bb81ad9208e6 100644 (file)
@@ -1,3 +1,13 @@
+2006-05-02  Dmitry Stogov  <dmitry@zend.com>
+
+    * 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  <andrei@gravitonic.com>
 
     * zend_objects_API.c: