summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_3_10'.php-4.3.10SVN Migration2004-12-141-36/+0
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2004-10-101-0/+36
|
* - Modify test case for wider coverage.Moriyoshi Koizumi2004-06-231-4/+27
|
* - Fix buf #28466 (mbstring_convert_variables() problem).Moriyoshi Koizumi2004-06-231-0/+1
|
* MFH: Fixed bug #28723 (Fixed mbstring config.m4 to work on OSes where testIlia Alshanetsky2004-06-101-1/+1
| | | | | command does not support -e parameter).
* - MFH(r-1.49): Let it work safelyMoriyoshi Koizumi2004-04-041-2/+6
|
* - Fixed bug #27849 (configure craps out on trivial syntax error).Derick Rethans2004-04-031-1/+1
|
* - MFH (r-1.212): Revert ini setting patch as I notified in...Moriyoshi Koizumi2004-03-101-1/+2
|
* MFH: Fixed bug #27421 (mbstring.func_overload should be system ini setting)Ilia Alshanetsky2004-03-061-2/+1
|
* MFH: Fixed bug #27135 (Possible crash inside mb_strlen()).Ilia Alshanetsky2004-02-061-1/+1
| | | | | # Patch by Moriyoshi
* - MFH(r-1.3): Suppress a compiler warning by a rather useless typecasting.Moriyoshi Koizumi2004-01-261-1/+1
|
* - MFH(r-1.2): Fix bug #26699 (mbstring doesn't identify "binary" as a valid ↵Moriyoshi Koizumi2004-01-261-1/+3
| | | | encoding name)
* - MFH(r-1.3): Turn off mbstring.func_overload as this test uses plain strlen()Moriyoshi Koizumi2004-01-191-0/+2
| | | | | for comparison.
* MFH(r-1.206): Fixed bug #26639 (mb_convert_variables() clutters variables ↵Moriyoshi Koizumi2003-12-181-6/+9
| | | | beyond the references)
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2003-12-181-0/+100
|
* generated, ignored files should not be in CVS..foobar2003-12-121-1/+0
|
* Eliminate compiler warnings.Moriyoshi Koizumi2003-12-101-4/+8
|
* Eliminate compiler warnings.Moriyoshi Koizumi2003-12-101-11/+17
|
* DOS line endings...Moriyoshi Koizumi2003-12-101-804/+804
|
* Fix win32 build.Moriyoshi Koizumi2003-12-101-804/+804
|
* MFH(1.4): Remove leftoverMoriyoshi Koizumi2003-12-101-2/+0
|
* MFH(r-1.45): Avoid using non-portable test syntax.Moriyoshi Koizumi2003-12-081-1/+1
|
* MFHMoriyoshi Koizumi2003-12-041-0/+1
|
* MFH: it'd be a bad idea to make subpackages dependent on the php build system.Moriyoshi Koizumi2003-12-044-7/+1
|
* fixed compilation warning. (patched by Joe Orton)Rui Hirokawa2003-11-111-2/+2
|
* MFH(r-1.204): Compiler warning fix (patch by Joe Orton).Moriyoshi Koizumi2003-11-111-2/+2
|
* bug fixed: name parameter of multipart form was not converted into internal ↵Rui Hirokawa2003-11-062-23/+40
| | | | encoding when mbstring.encoding_translation is on.
* *** empty log message ***Moriyoshi Koizumi2003-11-051-10/+1
|
* Fix ZTS build #2Uwe Schindler2003-10-301-2/+2
|
* Adding missing TSRMLS_CC to fix zts buildFrank M. Kromann2003-10-291-3/+3
|
* Fix VPATH build (patch by Joe Orton <jorton at redhat dot com>)Moriyoshi Koizumi2003-10-271-0/+1
|
* revert my previous patch.Rui Hirokawa2003-10-262-46/+23
|
* Remove just unnecessary leftoversMoriyoshi Koizumi2003-10-261-19/+1
|
* Backport some patch already in HEAD to assure backwards compatibilityMoriyoshi Koizumi2003-10-266-55/+111
|
* fixed windows build.Rui Hirokawa2003-10-251-34/+49
|
* mbfilter is replaced with libmbfl to maintain the licence compatibility. ↵Rui Hirokawa2003-10-2528-45012/+1463
| | | | mbregex.[ch] is moved to mbregex/ for the same reason.
* name/value in multipart/form-date will be converted into internal encoding ↵Rui Hirokawa2003-10-252-35/+70
| | | | when mbstring.encoding_translation is On.
* MFH(r-1.5, r-1.5, r-1.4): Specify full path to cat for mb_send_mail() testsMoriyoshi Koizumi2003-10-033-3/+3
|
* MFHfoobar2003-10-022-0/+10
|
* Removed extra []foobar2003-10-021-1/+1
|
* Add some description to the help textMoriyoshi Koizumi2003-10-021-1/+3
|
* Forgot to commit this one.Moriyoshi Koizumi2003-10-021-0/+4
|
* Silly typoMoriyoshi Koizumi2003-10-021-1/+1
|
* Fix for a regex bug that leads into an infinite loop due to optimizationMoriyoshi Koizumi2003-10-021-1/+1
| | | | | | | | failure when the pattern is ".*" and both MULTILINE and SINGLELINE options are specified. # This bug was already squashed in HEAD, as it adopts an alternative # implementation.
* MFH(r-1.46): fix php_regex_encoding() so it can handle two additional encodingMoriyoshi Koizumi2003-10-021-2/+4
| | | | | names mbfilter supports by default. (Patch by Seiji Masugata)
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2003-09-272-0/+27
|
* MFH(r-1.45): repatch fixes for the problem that was reported at ↵Moriyoshi Koizumi2003-09-261-7/+6
| | | | php-dev@php.gr.jp (#884)
* Fix typoMoriyoshi Koizumi2003-09-261-1/+1
|
* MFH: Specify full path for the cat utility for mbstring e-mail tests.Ilia Alshanetsky2003-09-244-4/+4
| | | | | MFH: Previously made fixes to tests that address bug #25635
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2003-09-2310-0/+1077
|