Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_4_3_10'.php-4.3.10 | SVN Migration | 2004-12-14 | 1 | -36/+0 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2004-10-10 | 1 | -0/+36 |
| | |||||
* | - Modify test case for wider coverage. | Moriyoshi Koizumi | 2004-06-23 | 1 | -4/+27 |
| | |||||
* | - Fix buf #28466 (mbstring_convert_variables() problem). | Moriyoshi Koizumi | 2004-06-23 | 1 | -0/+1 |
| | |||||
* | MFH: Fixed bug #28723 (Fixed mbstring config.m4 to work on OSes where test | Ilia Alshanetsky | 2004-06-10 | 1 | -1/+1 |
| | | | | | command does not support -e parameter). | ||||
* | - MFH(r-1.49): Let it work safely | Moriyoshi Koizumi | 2004-04-04 | 1 | -2/+6 |
| | |||||
* | - Fixed bug #27849 (configure craps out on trivial syntax error). | Derick Rethans | 2004-04-03 | 1 | -1/+1 |
| | |||||
* | - MFH (r-1.212): Revert ini setting patch as I notified in... | Moriyoshi Koizumi | 2004-03-10 | 1 | -1/+2 |
| | |||||
* | MFH: Fixed bug #27421 (mbstring.func_overload should be system ini setting) | Ilia Alshanetsky | 2004-03-06 | 1 | -2/+1 |
| | |||||
* | MFH: Fixed bug #27135 (Possible crash inside mb_strlen()). | Ilia Alshanetsky | 2004-02-06 | 1 | -1/+1 |
| | | | | | # Patch by Moriyoshi | ||||
* | - MFH(r-1.3): Suppress a compiler warning by a rather useless typecasting. | Moriyoshi Koizumi | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | - MFH(r-1.2): Fix bug #26699 (mbstring doesn't identify "binary" as a valid ↵ | Moriyoshi Koizumi | 2004-01-26 | 1 | -1/+3 |
| | | | | encoding name) | ||||
* | - MFH(r-1.3): Turn off mbstring.func_overload as this test uses plain strlen() | Moriyoshi Koizumi | 2004-01-19 | 1 | -0/+2 |
| | | | | | for comparison. | ||||
* | MFH(r-1.206): Fixed bug #26639 (mb_convert_variables() clutters variables ↵ | Moriyoshi Koizumi | 2003-12-18 | 1 | -6/+9 |
| | | | | beyond the references) | ||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2003-12-18 | 1 | -0/+100 |
| | |||||
* | generated, ignored files should not be in CVS.. | foobar | 2003-12-12 | 1 | -1/+0 |
| | |||||
* | Eliminate compiler warnings. | Moriyoshi Koizumi | 2003-12-10 | 1 | -4/+8 |
| | |||||
* | Eliminate compiler warnings. | Moriyoshi Koizumi | 2003-12-10 | 1 | -11/+17 |
| | |||||
* | DOS line endings... | Moriyoshi Koizumi | 2003-12-10 | 1 | -804/+804 |
| | |||||
* | Fix win32 build. | Moriyoshi Koizumi | 2003-12-10 | 1 | -804/+804 |
| | |||||
* | MFH(1.4): Remove leftover | Moriyoshi Koizumi | 2003-12-10 | 1 | -2/+0 |
| | |||||
* | MFH(r-1.45): Avoid using non-portable test syntax. | Moriyoshi Koizumi | 2003-12-08 | 1 | -1/+1 |
| | |||||
* | MFH | Moriyoshi Koizumi | 2003-12-04 | 1 | -0/+1 |
| | |||||
* | MFH: it'd be a bad idea to make subpackages dependent on the php build system. | Moriyoshi Koizumi | 2003-12-04 | 4 | -7/+1 |
| | |||||
* | fixed compilation warning. (patched by Joe Orton) | Rui Hirokawa | 2003-11-11 | 1 | -2/+2 |
| | |||||
* | MFH(r-1.204): Compiler warning fix (patch by Joe Orton). | Moriyoshi Koizumi | 2003-11-11 | 1 | -2/+2 |
| | |||||
* | bug fixed: name parameter of multipart form was not converted into internal ↵ | Rui Hirokawa | 2003-11-06 | 2 | -23/+40 |
| | | | | encoding when mbstring.encoding_translation is on. | ||||
* | *** empty log message *** | Moriyoshi Koizumi | 2003-11-05 | 1 | -10/+1 |
| | |||||
* | Fix ZTS build #2 | Uwe Schindler | 2003-10-30 | 1 | -2/+2 |
| | |||||
* | Adding missing TSRMLS_CC to fix zts build | Frank M. Kromann | 2003-10-29 | 1 | -3/+3 |
| | |||||
* | Fix VPATH build (patch by Joe Orton <jorton at redhat dot com>) | Moriyoshi Koizumi | 2003-10-27 | 1 | -0/+1 |
| | |||||
* | revert my previous patch. | Rui Hirokawa | 2003-10-26 | 2 | -46/+23 |
| | |||||
* | Remove just unnecessary leftovers | Moriyoshi Koizumi | 2003-10-26 | 1 | -19/+1 |
| | |||||
* | Backport some patch already in HEAD to assure backwards compatibility | Moriyoshi Koizumi | 2003-10-26 | 6 | -55/+111 |
| | |||||
* | fixed windows build. | Rui Hirokawa | 2003-10-25 | 1 | -34/+49 |
| | |||||
* | mbfilter is replaced with libmbfl to maintain the licence compatibility. ↵ | Rui Hirokawa | 2003-10-25 | 28 | -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 Hirokawa | 2003-10-25 | 2 | -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() tests | Moriyoshi Koizumi | 2003-10-03 | 3 | -3/+3 |
| | |||||
* | MFH | foobar | 2003-10-02 | 2 | -0/+10 |
| | |||||
* | Removed extra [] | foobar | 2003-10-02 | 1 | -1/+1 |
| | |||||
* | Add some description to the help text | Moriyoshi Koizumi | 2003-10-02 | 1 | -1/+3 |
| | |||||
* | Forgot to commit this one. | Moriyoshi Koizumi | 2003-10-02 | 1 | -0/+4 |
| | |||||
* | Silly typo | Moriyoshi Koizumi | 2003-10-02 | 1 | -1/+1 |
| | |||||
* | Fix for a regex bug that leads into an infinite loop due to optimization | Moriyoshi Koizumi | 2003-10-02 | 1 | -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 encoding | Moriyoshi Koizumi | 2003-10-02 | 1 | -2/+4 |
| | | | | | names mbfilter supports by default. (Patch by Seiji Masugata) | ||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2003-09-27 | 2 | -0/+27 |
| | |||||
* | MFH(r-1.45): repatch fixes for the problem that was reported at ↵ | Moriyoshi Koizumi | 2003-09-26 | 1 | -7/+6 |
| | | | | php-dev@php.gr.jp (#884) | ||||
* | Fix typo | Moriyoshi Koizumi | 2003-09-26 | 1 | -1/+1 |
| | |||||
* | MFH: Specify full path for the cat utility for mbstring e-mail tests. | Ilia Alshanetsky | 2003-09-24 | 4 | -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 Migration | 2003-09-23 | 10 | -0/+1077 |
| |