- added script encoding support to Zend Engine 2.
authorMasaki Fujimoto <fujimoto@php.net>
Mon, 11 Aug 2003 05:24:42 +0000 (05:24 +0000)
committerMasaki Fujimoto <fujimoto@php.net>
Mon, 11 Aug 2003 05:24:42 +0000 (05:24 +0000)
commitab9dcec292eb8b7a928cd111044a6a3e374e2412
tree85917557d38a4bd8d75028b24de38805d521b953
parent4320c6994f0f84929141ea2543d95505e465b5d4
- 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')
Zend/Zend.m4
Zend/flex.skl
Zend/zend_compile.c
Zend/zend_globals.h
Zend/zend_highlight.c
Zend/zend_language_scanner.h
Zend/zend_language_scanner.l
Zend/zend_multibyte.c
Zend/zend_multibyte.h [new file with mode: 0644]
ext/mbstring/mbstring.c
main/main.c