summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* add missing skipif conditionsAntony Dovgal2005-12-213-0/+6
| | | | | fix existing ones
* fix testAntony Dovgal2005-12-161-1/+1
|
* Fixed possible memory corruption inside mb_strcut().Ilia Alshanetsky2005-12-151-0/+7
|
* sync with HEADfoobar2005-12-061-1/+1
|
* MFH: nuke php3 legacyfoobar2005-12-061-14/+14
|
* 5th argument of mb_encode_mimeheader() was not acceptable.Rui Hirokawa2005-11-251-1/+1
|
* MFH: fixed 5307 unexpected header can be injected to mb_send_mail().Rui Hirokawa2005-11-231-2/+40
|
* MFH: fixed #35253 length of the encoded string vilolates a RFC.Rui Hirokawa2005-11-191-3/+4
|
* MFH: fixed garbled multibyte characters.Rui Hirokawa2005-11-051-1/+1
|
* NetWare LibC sdk has stdarg.hAnantha Kesari H Y2005-10-281-1/+13
| | | | | --Kamesh
* MFH: fix #34977 (Compile failure on MacOSX due to use of varargs.h)Antony Dovgal2005-10-261-2/+3
|
* fix compile warnings (again)Antony Dovgal2005-10-121-4/+4
|
* fixed compiler warningsIlia Alshanetsky2005-09-211-0/+1
|
* MFH: Fixed bug #34565 (mb_send_mail does not fetch mail.force_extra_parameters)Ilia Alshanetsky2005-09-211-0/+10
|
* - Fixed bug #34015foobar2005-08-051-18/+6
| | | | | # Whatever this test was supposed to try to test...sheesh..
* - Bumber up yearfoobar2005-08-037-7/+7
|
* Fix VPATH buildfoobar2005-05-291-11/+17
|
* - Added PHP_INSTALL_HEADERS() macrofoobar2005-05-071-0/+1
| | | | | | | - Fixed several VPATH build issues - Changed all awk calls to use $AWK - Changed all mkdir calls to use "$php_shtool mkdir"
* - Fix mbfl_encoding_detector_feed() and mbfl_mbfl_identify_encoding() behaviourMasaki Fujimoto2005-04-221-10/+12
|
* - Fix bug #32311 (mb_encode_mimeheader() does not properly escape characters.)Moriyoshi Koizumi2005-03-231-1/+20
|
* - Add Armenian encoding / NLS (patch by Hayk Chamyan)Moriyoshi Koizumi2005-03-2221-7/+349
|
* oniguruma updated to 3.7.1 and changed UChar to OnigUChar.Rui Hirokawa2005-03-1910-134/+125
|
* Revert bad fixfoobar2005-03-172-2/+2
|
* Build fixesRasmus Lerdorf2005-03-172-2/+2
|
* fix compile warningsAntony Dovgal2005-03-091-4/+4
|
* - Synch with the latest checkouts. (include fix by Joe Orton. Thanks.)Moriyoshi Koizumi2005-02-232-2/+2
|
* - Update libmbfl (fixes bug #32063).Moriyoshi Koizumi2005-02-221-0/+1
|
* - WS fix.Moriyoshi Koizumi2005-02-211-1/+0
|
* - Fix bug #28568 (known_post_content_types is not thread safe).Moriyoshi Koizumi2005-02-212-41/+30
| | | | | # What is eventually necessiated is entire SAPI redesign, I think.
* - Fix bug #30868 (evaluated pointer comparison in mbregex causes compileMoriyoshi Koizumi2005-02-211-1/+1
| | | | | failure).
* - Fix bug #30573 (compiler warning due to invalid type cast)Moriyoshi Koizumi2005-02-212-7/+8
|
* - Fix bug #29989 (type re_registers redefined in oniguruma.h)Moriyoshi Koizumi2005-02-211-0/+1
|
* - Fix compiler warnings.Moriyoshi Koizumi2005-02-2115-17/+40
|