summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial commit. Updated bundled oniguruma library (used for multibyte regular...Seiji Masugata2006-08-246-0/+2163
* Initial commit. Updated bundled oniguruma library (used for multibyte regular...Seiji Masugata2006-08-241-0/+1
* Updated bundled oniguruma library (used for multibyte regular expression) to ...Seiji Masugata2006-08-249-180/+990
* added returned value in mb_get_info( ).Seiji Masugata2006-08-241-2/+5
* fix tests.Seiji Masugata2006-07-292-21/+17
* fix build with Intel C CompilerAntony Dovgal2006-07-271-1/+1
* Initial commit. Updated bundled oniguruma library (used for multibyte regular...Seiji Masugata2006-07-201-0/+501
* Updated bundled oniguruma library (used for multibyte regular expression) to ...Seiji Masugata2006-07-2054-898/+1678
* added option parameter mb_strrpos( ).Seiji Masugata2006-07-171-3/+48
* MFH: fix/add SKIPIFHannes Magnusson2006-06-277-7/+7
* changed GINIT definition.Seiji Masugata2006-06-161-29/+29
* Added automatic module globals managementDmitry Stogov2006-06-151-25/+14
* added mb_stristr( ), mb_strrichr( ).Seiji Masugata2006-05-302-0/+109
* added mb_strstr( ), mb_strrchr( ).Seiji Masugata2006-05-302-0/+130
* added mb_stripos( ), mb_strripos( ).Seiji Masugata2006-05-302-0/+125