summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSLSVN Migration2006-10-15351-109617/+0
|
* 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 ↵Rui Hirokawa2006-09-241-31/+7
| | | | in PHP 5.2.0RC to reconsider/discuss the specification.
* 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
| | | | 4.4.4. fixed some Segmentation Fault, and build fails in OSX(Xcode 2.4/gcc 4.0.1 problem). See #38452.
* 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 ↵Seiji Masugata2006-08-246-0/+2163
| | | | regular expression) to 4.3.1.
* Initial commit. Updated bundled oniguruma library (used for multibyte ↵Seiji Masugata2006-08-241-0/+1
| | | | regular expression) to 4.3.1.
* Updated bundled oniguruma library (used for multibyte regular expression) to ↵Seiji Masugata2006-08-249-180/+990
| | | | 4.3.1.
* 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 ↵Seiji Masugata2006-07-201-0/+501
| | | | regular expression) to 4.2.0.
* Updated bundled oniguruma library (used for multibyte regular expression) to ↵Seiji Masugata2006-07-2054-898/+1678
| | | | 4.2.0.
* 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
| | | | | This makes pecl/mailparse build again
* 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
| | | | | remove needless semicolon
* 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 ↵Rui Hirokawa2005-12-255-11/+37
| | | | striktly.
* MFH: fixed #35711 ISO-8859 charset not correctly detected.Rui Hirokawa2005-12-241-0/+14
|
* MFH: fixed #29955 mb_strtoupper() / lower() broken with Turkish encoding..Rui Hirokawa2005-12-237-9/+73
|
* MFH: fixed #28899 mb_substr() and substr() work differently when ↵Rui Hirokawa2005-12-231-0/+5
| | | | mbstring.func_overload is enabled.