Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable mbregex in win32 build | Wez Furlong | 2004-04-08 | 1 | -2/+3 |
| | |||||
* | - Add missing checks. Maybe fixes PR #27680 | Moriyoshi Koizumi | 2004-04-08 | 1 | -0/+10 |
| | |||||
* | - Let it work safely | Moriyoshi Koizumi | 2004-04-04 | 1 | -2/+6 |
| | |||||
* | - Fixed test | Derick Rethans | 2004-04-04 | 1 | -1/+1 |
| | |||||
* | - MFB: Fixed bug #27849 (configure craps out on trivial syntax error). | Derick Rethans | 2004-04-03 | 1 | -1/+1 |
| | |||||
* | added missing files of oniguruma to mbstring.dsp. | Rui Hirokawa | 2004-03-27 | 1 | -0/+96 |
| | |||||
* | Fixed compiler warning. | Ilia Alshanetsky | 2004-03-12 | 1 | -1/+1 |
| | |||||
* | - Revert ini setting patch, as I notified in | Moriyoshi Koizumi | 2004-03-10 | 1 | -1/+2 |
| | | | | | http://news.php.net/article.php?group=php.internals&article=8451 | ||||
* | - Added mb_list_encoding() to return an array with all mbstring supported | Derick Rethans | 2004-03-08 | 4 | -0/+27 |
| | | | | | encodings. | ||||
* | Fixed bug #27421 (mbstring.func_overload should be system ini setting). | Ilia Alshanetsky | 2004-03-06 | 1 | -2/+1 |
| | |||||
* | - Fix compiler warnings. (Patch by K.Kosako <kosako@sofnec.co.jp>) | Moriyoshi Koizumi | 2004-03-04 | 13 | -65/+85 |
| | |||||
* | - Add missing include path. | Moriyoshi Koizumi | 2004-03-03 | 1 | -7/+8 |
| | |||||
* | - proper DLL linkage specifier. | Moriyoshi Koizumi | 2004-03-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | # oniguruma.h:34- # # #ifndef ONIG_EXTERN # #if defined(_WIN32) && !defined(__CYGWIN__) # #if defined(EXPORT) || defined(RUBY_EXPORT) # #define ONIG_EXTERN extern __declspec(dllexport) # #else # #define ONIG_EXTERN extern __declspec(dllimport) # #endif # #endif # #endif | ||||
* | - Fix typo. | Moriyoshi Koizumi | 2004-03-02 | 1 | -1/+1 |
| | |||||
* | - Really fix the build. | Moriyoshi Koizumi | 2004-03-02 | 1 | -8/+7 |
| | | | | | # Should be fixed now :| | ||||
* | - Revisit config.h for win32 build. | Moriyoshi Koizumi | 2004-03-02 | 1 | -0/+84 |
| | | | | | # apologies for messing. | ||||
* | Temporary fix for win32 build | Edin Kadribasic | 2004-03-02 | 1 | -0/+2 |
| | |||||
* | - Fix win32 build. | Moriyoshi Koizumi | 2004-03-01 | 1 | -1/+6 |
| | | | | | # Thanks Nuno Lopes & Derick for letting me know. | ||||
* | - Remove redundant files that are irrelevant to the build. | Moriyoshi Koizumi | 2004-02-28 | 1 | -5414/+0 |
| | |||||
* | - Forgot to add those. | Moriyoshi Koizumi | 2004-02-28 | 25 | -0/+4807 |
| | |||||
* | - Upgrade bundled oniguruma regex library to 2.2.2 (Rui, Moriyoshi) | Moriyoshi Koizumi | 2004-02-28 | 39 | -6160/+12030 |
| | | | | | | | | . Supports various encodings such as BIG5, GB2312 and ISO-8859-* . Fixes bug #26677 (mbstring compile errors with IRIX) . Many thanks to K.Kosako. - Remove redundant files that are not relevant to the build. | ||||
* | Fix annoying warning | Marcus Boerger | 2004-02-04 | 1 | -1/+1 |
| | |||||
* | - Update libmbfl to the latest. This fixes several serious issues in the html | Moriyoshi Koizumi | 2004-02-04 | 21 | -166/+168 |
| | | | | | | | entity encoder and the encoding detection facility. There should be no problem with mailparse() as API change was made so carefully that it would be as small as possible. | ||||
* | - Suppress a compiler warning by a rather useless typecasting. | Moriyoshi Koizumi | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | - Fix bug #26699 (mbstring encoding types does not include "binary"). | Moriyoshi Koizumi | 2004-01-26 | 1 | -1/+3 |
| | |||||
* | - Turn off mbstring.func_overload as this test uses plain strlen() for | Moriyoshi Koizumi | 2004-01-19 | 1 | -0/+2 |
| | | | | | comparison. | ||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 3 | -6/+6 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 4 | -7/+7 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 4 | -8/+8 |
| | |||||
* | Fix bug #26639 (mb_convert_variables() clutters variables beyond the references) | Moriyoshi Koizumi | 2003-12-18 | 2 | -6/+109 |
| | |||||
* | Eliminate compiler warnings. | Moriyoshi Koizumi | 2003-12-10 | 1 | -10/+17 |
| | |||||
* | Remove leftover | Moriyoshi Koizumi | 2003-12-10 | 1 | -2/+0 |
| | |||||
* | Avoid using non-portable test syntax. This was causing problems on | Moriyoshi Koizumi | 2003-12-08 | 1 | -1/+1 |
| | | | | | Solaris. (Reported by Uwe Schindler. Thanks!) | ||||
* | revert, not needed | foobar | 2003-12-07 | 1 | -4/+2 |
| | |||||
* | Enable shared build | Marcus Boerger | 2003-12-07 | 1 | -0/+2 |
| | |||||
* | This part is accidentially left on the previous commit. | Moriyoshi Koizumi | 2003-12-04 | 1 | -0/+1 |
| | |||||
* | It'd be a bad idea to make subpackages dependent on the php build system. | Moriyoshi Koizumi | 2003-12-04 | 4 | -7/+1 |
| | |||||
* | Add new (optional!) win32 build infrastructure. | Wez Furlong | 2003-12-02 | 1 | -0/+55 |
| | | | | | Will follow up to internals@ shortly. | ||||
* | Fix MBSTRING_API for non-shared win32 builds | Wez Furlong | 2003-12-02 | 1 | -1/+3 |
| | |||||
* | Fix tests | Marcus Boerger | 2003-11-30 | 2 | -8/+8 |
| | |||||
* | - Fix sapi_input_filter patch. Returning 1 from the filter handler should | Derick Rethans | 2003-11-29 | 1 | -4/+6 |
| | | | | | | | make PHP register the variable, returning 0 shouldn't. The new length of the variables being filtered is now returned in the new_val_len argument of the function. | ||||
* | Compiler warning fix (patch by Joe Orton) | Moriyoshi Koizumi | 2003-11-11 | 1 | -2/+2 |
| | |||||
* | encoding detection shouldn't be performed if mbstring.http_input is set to ↵ | Rui Hirokawa | 2003-10-25 | 1 | -0/+17 |
| | | | | auto or any valid encoding. | ||||
* | name/value in multipart/form-date will be converted into internal encoding ↵ | Rui Hirokawa | 2003-10-22 | 2 | -23/+42 |
| | | | | when mbstring.encoding_translation is On. | ||||
* | Fixed compile warnings. | Ilia Alshanetsky | 2003-10-22 | 1 | -2/+2 |
| | |||||
* | fix skipif for these tests | foobar | 2003-10-02 | 2 | -0/+10 |
| | |||||
* | Remove leftovers | Moriyoshi Koizumi | 2003-10-02 | 2 | -31/+0 |
| | |||||
* | Fix php_regex_encoding() so it can handle two additional encoding names | Moriyoshi Koizumi | 2003-10-02 | 1 | -2/+4 |
| | | | | | mbfilter supports by default. | ||||
* | Add test cases for the regex probles | Moriyoshi Koizumi | 2003-09-26 | 2 | -0/+27 |
| | |||||
* | Repatch fixes for the problem that was reported at php-dev@php.gr.jp (#884) | Moriyoshi Koizumi | 2003-09-26 | 1 | -7/+8 |
| |