summaryrefslogtreecommitdiff
path: root/Zend/zend_multibyte.c
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Use free instead of efreeXinchen Hui2012-05-211-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* Fixed bug #55552 (bad encoding not detected)Dmitry Stogov2011-09-141-6/+6
|
* Fix zend.multibyte oddities. Hope this will address all the known problems.Moriyoshi Koizumi2011-03-061-20/+0
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* - Fix startup warnings.Moriyoshi Koizumi2010-12-241-1/+3
|
* - Fix a bug that the script gets wrongly converted into UTF-8 when the ↵Moriyoshi Koizumi2010-12-201-5/+1
| | | | script encoding is not GL-safe.
* WSMoriyoshi Koizumi2010-12-191-7/+7
|
* * Refactor zend_multibyte facility.Moriyoshi Koizumi2010-12-191-1131/+121
| | | | | Now mbstring.script_encoding is superseded by zend.script_encoding.
* Fixed startup errors if ext/exif is loaded without ext/mbstringDmitry Stogov2010-12-081-1/+2
|
* Removed compile time dependency from ext/mbstringDmitry Stogov2010-12-081-13/+43
|
* Added multibyte suppport by default. Previosly php had to be compiled with ↵Dmitry Stogov2010-11-241-3/+40
| | | | --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multibyte directive in php.ini
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
|
* - Add support for CP850 encoding (patch by Denis Giffeler)Moriyoshi Koizumi2009-03-181-0/+10
|
* - Typo.Moriyoshi Koizumi2009-03-181-2/+2
|
* - Add entries for the encodings that are already supported by mbstring butMoriyoshi Koizumi2009-03-181-0/+30
| | | | | not listed here.
* - staticise private symbols.Moriyoshi Koizumi2009-03-181-80/+80
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - Revived zend multibyteMoriyoshi Koizumi2008-07-241-46/+51
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
|
* MFH: oopsfoobar2006-01-011-1/+1
|
* fix typofoobar2006-01-011-1/+1
|
* Fixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte)Dmitry Stogov2005-11-151-5/+7
|
* Bump up the yearfoobar2005-08-031-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - added script encoding support to Zend Engine 2.Masaki Fujimoto2003-08-111-0/+1133
| | | | | | | 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')
* - Add empty zend_multibyte.c to allow build with 4.3.0-dev.Andi Gutmans2002-05-261-0/+0