summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Collapse)AuthorAgeFilesLines
* Enable mbregex in win32 buildWez Furlong2004-04-081-2/+3
|
* - Add missing checks. Maybe fixes PR #27680Moriyoshi Koizumi2004-04-081-0/+10
|
* - Let it work safelyMoriyoshi Koizumi2004-04-041-2/+6
|
* - Fixed testDerick Rethans2004-04-041-1/+1
|
* - MFB: Fixed bug #27849 (configure craps out on trivial syntax error).Derick Rethans2004-04-031-1/+1
|
* added missing files of oniguruma to mbstring.dsp.Rui Hirokawa2004-03-271-0/+96
|
* Fixed compiler warning.Ilia Alshanetsky2004-03-121-1/+1
|
* - Revert ini setting patch, as I notified inMoriyoshi Koizumi2004-03-101-1/+2
| | | | | http://news.php.net/article.php?group=php.internals&article=8451
* - Added mb_list_encoding() to return an array with all mbstring supportedDerick Rethans2004-03-084-0/+27
| | | | | encodings.
* Fixed bug #27421 (mbstring.func_overload should be system ini setting).Ilia Alshanetsky2004-03-061-2/+1
|
* - Fix compiler warnings. (Patch by K.Kosako <kosako@sofnec.co.jp>)Moriyoshi Koizumi2004-03-0413-65/+85
|
* - Add missing include path.Moriyoshi Koizumi2004-03-031-7/+8
|
* - proper DLL linkage specifier.Moriyoshi Koizumi2004-03-021-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 Koizumi2004-03-021-1/+1
|
* - Really fix the build.Moriyoshi Koizumi2004-03-021-8/+7
| | | | | # Should be fixed now :|
* - Revisit config.h for win32 build.Moriyoshi Koizumi2004-03-021-0/+84
| | | | | # apologies for messing.
* Temporary fix for win32 buildEdin Kadribasic2004-03-021-0/+2
|
* - Fix win32 build.Moriyoshi Koizumi2004-03-011-1/+6
| | | | | # Thanks Nuno Lopes & Derick for letting me know.
* - Remove redundant files that are irrelevant to the build.Moriyoshi Koizumi2004-02-281-5414/+0
|
* - Forgot to add those.Moriyoshi Koizumi2004-02-2825-0/+4807
|
* - Upgrade bundled oniguruma regex library to 2.2.2 (Rui, Moriyoshi)Moriyoshi Koizumi2004-02-2839-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 warningMarcus Boerger2004-02-041-1/+1
|
* - Update libmbfl to the latest. This fixes several serious issues in the htmlMoriyoshi Koizumi2004-02-0421-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 Koizumi2004-01-261-1/+1
|
* - Fix bug #26699 (mbstring encoding types does not include "binary").Moriyoshi Koizumi2004-01-261-1/+3
|
* - Turn off mbstring.func_overload as this test uses plain strlen() forMoriyoshi Koizumi2004-01-191-0/+2
| | | | | comparison.
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-173-6/+6
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-084-7/+7
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-084-8/+8
|
* Fix bug #26639 (mb_convert_variables() clutters variables beyond the references)Moriyoshi Koizumi2003-12-182-6/+109
|
* Eliminate compiler warnings.Moriyoshi Koizumi2003-12-101-10/+17
|
* Remove leftoverMoriyoshi Koizumi2003-12-101-2/+0
|
* Avoid using non-portable test syntax. This was causing problems onMoriyoshi Koizumi2003-12-081-1/+1
| | | | | Solaris. (Reported by Uwe Schindler. Thanks!)
* revert, not neededfoobar2003-12-071-4/+2
|
* Enable shared buildMarcus Boerger2003-12-071-0/+2
|
* This part is accidentially left on the previous commit.Moriyoshi Koizumi2003-12-041-0/+1
|
* It'd be a bad idea to make subpackages dependent on the php build system.Moriyoshi Koizumi2003-12-044-7/+1
|
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+55
| | | | | Will follow up to internals@ shortly.
* Fix MBSTRING_API for non-shared win32 buildsWez Furlong2003-12-021-1/+3
|
* Fix testsMarcus Boerger2003-11-302-8/+8
|
* - Fix sapi_input_filter patch. Returning 1 from the filter handler shouldDerick Rethans2003-11-291-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 Koizumi2003-11-111-2/+2
|
* encoding detection shouldn't be performed if mbstring.http_input is set to ↵Rui Hirokawa2003-10-251-0/+17
| | | | auto or any valid encoding.
* name/value in multipart/form-date will be converted into internal encoding ↵Rui Hirokawa2003-10-222-23/+42
| | | | when mbstring.encoding_translation is On.
* Fixed compile warnings.Ilia Alshanetsky2003-10-221-2/+2
|
* fix skipif for these testsfoobar2003-10-022-0/+10
|
* Remove leftoversMoriyoshi Koizumi2003-10-022-31/+0
|
* Fix php_regex_encoding() so it can handle two additional encoding namesMoriyoshi Koizumi2003-10-021-2/+4
| | | | | mbfilter supports by default.
* Add test cases for the regex problesMoriyoshi Koizumi2003-09-262-0/+27
|
* Repatch fixes for the problem that was reported at php-dev@php.gr.jp (#884)Moriyoshi Koizumi2003-09-261-7/+8
|