Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Use free instead of efree | Xinchen Hui | 2012-05-21 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #55552 (bad encoding not detected) | Dmitry Stogov | 2011-09-14 | 1 | -6/+6 |
| | |||||
* | Fix zend.multibyte oddities. Hope this will address all the known problems. | Moriyoshi Koizumi | 2011-03-06 | 1 | -20/+0 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - Fix startup warnings. | Moriyoshi Koizumi | 2010-12-24 | 1 | -1/+3 |
| | |||||
* | - Fix a bug that the script gets wrongly converted into UTF-8 when the ↵ | Moriyoshi Koizumi | 2010-12-20 | 1 | -5/+1 |
| | | | | script encoding is not GL-safe. | ||||
* | WS | Moriyoshi Koizumi | 2010-12-19 | 1 | -7/+7 |
| | |||||
* | * Refactor zend_multibyte facility. | Moriyoshi Koizumi | 2010-12-19 | 1 | -1131/+121 |
| | | | | | Now mbstring.script_encoding is superseded by zend.script_encoding. | ||||
* | Fixed startup errors if ext/exif is loaded without ext/mbstring | Dmitry Stogov | 2010-12-08 | 1 | -1/+2 |
| | |||||
* | Removed compile time dependency from ext/mbstring | Dmitry Stogov | 2010-12-08 | 1 | -13/+43 |
| | |||||
* | Added multibyte suppport by default. Previosly php had to be compiled with ↵ | Dmitry Stogov | 2010-11-24 | 1 | -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 **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
| | |||||
* | - Add support for CP850 encoding (patch by Denis Giffeler) | Moriyoshi Koizumi | 2009-03-18 | 1 | -0/+10 |
| | |||||
* | - Typo. | Moriyoshi Koizumi | 2009-03-18 | 1 | -2/+2 |
| | |||||
* | - Add entries for the encodings that are already supported by mbstring but | Moriyoshi Koizumi | 2009-03-18 | 1 | -0/+30 |
| | | | | | not listed here. | ||||
* | - staticise private symbols. | Moriyoshi Koizumi | 2009-03-18 | 1 | -80/+80 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - Revived zend multibyte | Moriyoshi Koizumi | 2008-07-24 | 1 | -46/+51 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | MFH: oops | foobar | 2006-01-01 | 1 | -1/+1 |
| | |||||
* | fix typo | foobar | 2006-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte) | Dmitry Stogov | 2005-11-15 | 1 | -5/+7 |
| | |||||
* | Bump up the year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -1/+1 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - added script encoding support to Zend Engine 2. | Masaki Fujimoto | 2003-08-11 | 1 | -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 Gutmans | 2002-05-26 | 1 | -0/+0 |