summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3125-26/+26
* MFH: Fix typo (TAKAGI Masahiro)Hannes Magnusson2007-12-261-1/+1
* - fix bug numberJani Taskinen2007-11-161-1/+1
* MFH:- Fixed bug #31911 (mb_ereg*_replace() crashes when replacement string is...Jani Taskinen2007-11-162-1/+27
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-072-3/+3
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: added support "entity" as substitute_character settin accoding to bug #3...Rui Hirokawa2007-09-243-1/+21
* MFH: fixed bug #42502 va_* cannot detect.Rui Hirokawa2007-09-182-4/+7
* modified line end CR -> CR+NLRui Hirokawa2007-09-181-0/+2
* MFH: fixed bug #29955 invalid case conversion in iso-8859-9.Rui Hirokawa2007-09-041-4/+2
* MFH (fixed #42085)Rui Hirokawa2007-08-191-2/+8
* fix typoAntony Dovgal2007-07-311-1/+1
* Synced mail function in mb_send_mail function(Escape mail.force_extra_paramet...Seiji Masugata2007-07-121-1/+1
* - MFH: Always enable mail() functionJohannes Schlüter2007-07-111-11/+0
* MFH: Fix some configure --help textsfoobar2007-07-031-3/+4
* Sync with mail function in mb_send_mail function(problem MOPB-33-2007:PHP and...Seiji Masugata2007-04-041-2/+22
* Fixed MOPB-26-2007 mb_parse_str() can be used to activate register_globalsIlia Alshanetsky2007-03-181-5/+4
* use the aliases and eliminate one more compile warningAntony Dovgal2007-03-061-1/+1
* - Revert last part and fix issue under windowsMarcus Boerger2007-03-061-3/+3
* - And the sizes tooMarcus Boerger2007-03-061-2/+2
* - More to goMarcus Boerger2007-03-061-2/+2
* - There you goMarcus Boerger2007-03-061-1/+1
* - MFH Revert back to sprintf (we could define snprintf for windows but we don't)Marcus Boerger2007-03-061-1/+1
* Fixed typoIlia Alshanetsky2007-02-281-1/+1
* Adjust vsnprintf() usageIlia Alshanetsky2007-02-281-2/+2
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-0/+3
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-244-6/+6
* Fix win32 buildFrank M. Kromann2007-02-041-0/+1
* fixed incompatibility with PHP 5.2.0 for encoding conversion between ShiftJIS...Rui Hirokawa2007-01-2911-158/+599
* MFHAntony Dovgal2007-01-121-3/+6
* MFHAntony Dovgal2007-01-111-7/+7
* MFH: Bump year.Sebastian Bergmann2007-01-0125-26/+26
* Fixed bug #39361, #39400 (mbstring function overloading problem).Seiji Masugata2006-12-211-13/+18
* Fixed compiler warningsIlia Alshanetsky2006-11-161-1/+1
* Fix win32 buildFrank M. Kromann2006-11-041-2/+2
* Fixed bug #39361 (Removed warning on empty haystack inside mb_strstr()).Ilia Alshanetsky2006-11-031-4/+0
* fixed illegal encoding detection when mbstring.encoding_translation is enable...Rui Hirokawa2006-11-032-3/+14
* added japanese legacy encoding support (made by moriyama@miraclelinux.com)Rui Hirokawa2006-11-0312-17/+575
* MFHAntony Dovgal2006-10-112-6/+46
* MFH: fix segfault/leak, add testAntony Dovgal2006-10-112-13/+86
* missing variable initializationAntony Dovgal2006-10-101-0/+1
* fixed bug #37103: libmbfl headers was not installed correctly.Rui Hirokawa2006-10-011-1/+1
* initialize variable and make valgrind happyAntony Dovgal2006-09-281-0/+1
* disabled mb_list_*_names() and mb_list_encodings(arg) which are introduced in...Rui Hirokawa2006-09-241-31/+7
* fixed build problem of some extensions which depend on ext/mbstring.Rui Hirokawa2006-09-231-1/+1
* Updated bundled oniguruma library (used for multibyte regular expression) to ...Seiji Masugata2006-09-2110-107/+80
* fixed compilation problem on Mac OS/X. (bug #38892,38778,38452)Rui Hirokawa2006-09-201-0/+7
* first fix from my new zend_parse_parameters_* checkerNuno Lopes2006-09-051-1/+1
* last portion of z/Z fixesAntony Dovgal2006-08-311-9/+9
* added configure option --disable-mbregex-backtrack.Seiji Masugata2006-08-254-0/+18