summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* Fixed test so it won't fail in correct situationsMoriyoshi Koizumi2003-05-146-6/+6
* oopsMoriyoshi Koizumi2003-05-121-2/+2
* Applied the right fix for bug #23016Moriyoshi Koizumi2003-05-122-10/+2
* MFB(r-1.40.2.4): fixed bug #23016Moriyoshi Koizumi2003-05-111-1/+1
* Fixed an issue that zend-multibyte's behaviour doesn't reflect the changeMoriyoshi Koizumi2003-05-041-0/+3
* emalloc -> safe_emallocIlia Alshanetsky2003-05-012-5/+5
* Moved copyright notice to the better place.Moriyoshi Koizumi2003-04-251-1/+4
* Added a bogus copyright notice.Moriyoshi Koizumi2003-04-251-0/+1
* Added missing sanity check, which was causing segfault.Moriyoshi Koizumi2003-04-041-0/+7
* Fixed segfault in mb_ereg_match()Moriyoshi Koizumi2003-04-031-6/+6
* Fixed lots of crashes in mbregex.Moriyoshi Koizumi2003-04-031-12/+26
* oopsMoriyoshi Koizumi2003-04-011-1/+1
* Reverted the last patch; the problem is elsewhere..Moriyoshi Koizumi2003-04-011-3/+4
* Fixed crash that occurs due to an abused persistent hashtable.Moriyoshi Koizumi2003-04-011-3/+2
* Fixed crash in mb_convert_encoding() that occurs when a void array isMoriyoshi Koizumi2003-04-011-1/+1
* Fixed test cases so they wouldn't be failed in case register_globals=onMoriyoshi Koizumi2003-03-292-0/+2
* Removed redundant aliases & CS fix.Moriyoshi Koizumi2003-03-281-32/+19
* Fixed bug #22834 (compile failure due to ugly implicit casts)Moriyoshi Koizumi2003-03-242-18/+18
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-2/+2
* Added missing phpinfo entry (Russian support)Moriyoshi Koizumi2003-03-051-0/+3
* 64bit long fix: patch by Dave HillMoriyoshi Koizumi2003-03-042-10/+9
* An input filter might not simply strip stuff, it might also turn thingsRasmus Lerdorf2003-02-201-1/+1
* Fixed bug #22330 (overloaded strrpos() gives wrong results)Moriyoshi Koizumi2003-02-201-1/+1
* Fix mbstring input_filterRasmus Lerdorf2003-02-192-2/+2
* Input Filter support. See README.input_filter for details.Rasmus Lerdorf2003-02-192-3/+4
* Added description for the hand-made finite state machine.Moriyoshi Koizumi2003-02-181-0/+11
* Fixed mb_send_mail() so that Content-Type and Content-Transfer-EncodingMoriyoshi Koizumi2003-02-181-13/+296
* Fixed ZTS buildMoriyoshi Koizumi2003-02-111-2/+2
* Trivial test adjustmentMoriyoshi Koizumi2003-02-033-8/+4
* zend_get_parameters_* => zend_parse_parametersMoriyoshi Koizumi2003-02-031-316/+205
* Really fixed proto.Moriyoshi Koizumi2003-02-031-1/+1
* Oops! wrong commit. Reverting...Moriyoshi Koizumi2003-02-031-35/+76
* Fixed protoMoriyoshi Koizumi2003-02-031-76/+35
* Fixed test case for mb_strpos().Moriyoshi Koizumi2003-02-031-2/+2
* Fixed a mb_send_mail() bug that has been reported in php-i18n@lists.php.netMoriyoshi Koizumi2003-01-319-12/+24
* Really fixed the mb issue of mb_ereg_replace()Moriyoshi Koizumi2003-01-231-1/+1
* Fixed a mb_ereg_replace() bug; the function was not completely multibyte-safe.Moriyoshi Koizumi2003-01-231-4/+16
* Oops! wrong patch. Reverted.Moriyoshi Koizumi2003-01-211-2/+2
* Fixed mb_ereg_replace() bug (the function has ignored the default option)Moriyoshi Koizumi2003-01-211-2/+2
* Fixed mb_ereg_search() segfault that occurs when the function is calledMoriyoshi Koizumi2003-01-211-1/+1
* ARG_COUNT(ht) -> ZEND_NUM_ARGS().Ilia Alshanetsky2003-01-211-1/+1
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-182-179/+137
* Bump year.Sebastian Bergmann2002-12-318-8/+8
* fixed lack of variable initialization bug.Rui Hirokawa2002-12-111-2/+4
* Reverted the changes because the problem was elsewhere.Moriyoshi Koizumi2002-12-026-21/+5
* Fixing the Win32 compilation of mbstring with mbregex enabled.Frank M. Kromann2002-12-022-1/+2
* Fixing build on WIn32Frank M. Kromann2002-12-025-5/+20
* Prevented the result from being affected by function overloadingMoriyoshi Koizumi2002-11-291-0/+2
* @- Enabled mbregex by default when mbstring is also enabled (Moriyoshi)Moriyoshi Koizumi2002-11-251-3/+2
* Forgot to adjust this oneMoriyoshi Koizumi2002-11-251-1/+1