summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2003-08-12 00:30:27 +0000
committer <changelog@php.net>2003-08-12 00:30:27 +0000
commitdc36db07150ab7505d68f1ad51f4633e8ad665e8 (patch)
tree387cacaf69cfb4a26a8f6deb5299639f9d3118ed
parent24b26ec5465acb95d5f115da15fdc8ec9bbafa8d (diff)
downloadphp-git-dc36db07150ab7505d68f1ad51f4633e8ad665e8.tar.gz
ChangeLog update
-rw-r--r--Zend/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 01d13483d0..64542a859e 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,26 @@
+2003-08-11 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * zend_hash.c
+ zend_hash.h:
+ Bugfix 21918
+
+2003-08-11 Masaki Fujimoto <masaki-f@fides.dti.ne.jp>
+
+ * Zend.m4
+ flex.skl
+ zend_compile.c
+ zend_globals.h
+ zend_highlight.c
+ zend_language_scanner.h
+ zend_language_scanner.l
+ zend_multibyte.c
+ zend_multibyte.h:
+ - added script encoding support to Zend Engine 2.
+ this enables ZE2 to gracefully parse scripts written in UTF-8 (with
+ BOM),
+ UTF-16, UTF-32, Shift_JIS, ISO-2022-JP etc... (when configured with
+ '--enable-zend-multibyte' and '--enable-mbstring')
+
2003-08-10 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* zend_compile.c: