summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* 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
* added mb_list_encodings_alias_names( ), mb_list_mime_names( ).Seiji Masugata2006-05-302-0/+120
* added option parameter mb_list_encodings( ).Seiji Masugata2006-05-301-7/+29
* fix testsAntony Dovgal2006-05-292-2/+5
* fixed all mbstring setting information doesn't return in mb_get_info( ).Seiji Masugata2006-05-111-6/+121
* INSTALL_HEADERS takes absolute filenames there in the second arg.Rasmus Lerdorf2006-05-071-1/+1
* MFH: Fixed bug #37103 (libmbfl headers not installed)foobar2006-04-171-1/+1
* fixed compiler warning.Seiji Masugata2006-03-261-2/+0
* MFHRui Hirokawa2006-03-213-0/+67
* MFH.Rui Hirokawa2006-03-211-1/+1
* *** empty log message ***Rui Hirokawa2006-03-211-0/+1
* @added possible encoding attack detection by mb_get_info('illegalchars').Rui Hirokawa2006-03-216-1/+30
* MFHRui Hirokawa2006-03-121-1/+9
* fixed different value was returned in mb_get_info.Seiji Masugata2006-03-101-12/+49
* MFH add safe_mode num of parameter checkYasuo Ohgaki2006-03-021-1/+6
* MFHRui Hirokawa2006-02-111-0/+9
* initialize to_rAntony Dovgal2006-02-061-2/+2
* bump year and license versionfoobar2006-01-018-23/+23
* MFH:added Turkish language definition (related to bug #29955)Rui Hirokawa2005-12-301-0/+10
* MFH: fixed #35711, added mbstring.strict_detection to detect the encoding str...Rui Hirokawa2005-12-255-11/+37