summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Collapse)AuthorAgeFilesLines
* More unused variables.Sebastian Bergmann2002-04-302-6/+6
|
* Fix ZTS build. Remove unused variables.Sebastian Bergmann2002-04-301-4/+4
|
* fixed compile warning with Visual C++.Rui Hirokawa2002-04-302-10/+10
|
* added simplified chinese, traditional chinese, korean support to mbstring. ↵Rui Hirokawa2002-04-3014-9/+26336
| | | | Note that this feature is experimental.
* Adding missing files to projectFrank M. Kromann2002-04-301-0/+12
|
* Improve use of module_globals macrosSascha Schumann2002-04-262-2/+2
|
* Remove unneeded 'return'.Yasuo Ohgaki2002-04-231-1/+0
|
* Fix possible wide char prolem.Yasuo Ohgaki2002-04-231-5/+2
| | | | | | Fix empty output when no conversion is performed. # Derick, this needs to be merged.
* small performance improvement when pass is selected as input encoding.Rui Hirokawa2002-04-211-4/+6
|
* If I don't want mbstring, I also don't want this transparent encodingSascha Schumann2002-04-201-0/+2
| | | | | thingee which caused an undefined reference in main.o.
* Fixed test title (strlen -> mb_strlen)Yasuo Ohgaki2002-04-191-1/+1
|
* Fixed messagesYasuo Ohgaki2002-04-191-4/+4
|
* Enable mbstring by default.Yasuo Ohgaki2002-04-191-29/+15
| | | | | @ mbstring module is enabled by default (Yasuo)
* Fixing Win32 compilation of mbstringFrank M. Kromann2002-04-151-0/+2
|
* fixed error output handler when 'pass' is choosed as output encoding.Rui Hirokawa2002-04-141-0/+4
|
* -new function php_mb_check_encoding_listMarcus Boerger2002-04-122-22/+49
| | | | | -mark module globals as const (thread safety)
* This test should be skipped if(!cgi)Sander Roobol2002-04-121-1/+6
|
* -fix mb_detect_orderMarcus Boerger2002-04-121-10/+42
| | | | | -php_mbstring_parse_encoding_list/array return 0 on any illegal input
* interpret empty to_encoding as encoding not set what results in ↵Marcus Boerger2002-04-111-1/+1
| | | | current_internal_encoding
* fixed a bug which causes crash when charset is not set.Rui Hirokawa2002-04-111-8/+10
|
* Fix ZTS buildYasuo Ohgaki2002-04-111-1/+1
| | | | | | # Please check caller when you add TSRMLS_DC. Especically if it's PHPAPI function... # find . -name "*.c" | xargs grep php_mail
* changed mbstring to make thread safe.Rui Hirokawa2002-04-107-1173/+1186
|
* -fix warningsMarcus Boerger2002-04-073-6/+8
|
* Use get_active_function_name() for error messages.Yasuo Ohgaki2002-04-061-43/+84
|
* include comma separated encoding lists in testMarcus Boerger2002-04-052-0/+20
|
* no space for comma separated encoding listsMarcus Boerger2002-04-051-3/+3
|
* Fixed way of exporing functions. (Need PHPAPI for Win)Yasuo Ohgaki2002-04-052-10/+20
| | | | | | | Fixed if statement format. ("if () stmt;" should be "if () \n {stmt;}") Fixed error message so that appropriate function names are displayed.
* new function php_mb_convert_encodingMarcus Boerger2002-04-052-40/+102
|
* fixed some errors in regression tests.Rui Hirokawa2002-03-231-29/+83
|
* changed license from GPL2 to PHP License.Rui Hirokawa2002-03-231-30/+16
|
* fixed compile warnings.Rui Hirokawa2002-03-231-11/+16
|
* fixed POST/GET input processing.Rui Hirokawa2002-03-211-2/+2
|
* Use common.inc instead of common.php for ease of use (rm -f *.php for failedYasuo Ohgaki2002-03-1817-17/+17
| | | | | test files)
* - Raise warning when trying to execute non-executeable shellMarkus Fischer2002-03-161-1/+1
| | | | | for mail delivery binary.
* fixed some errors of mbstring in regression tests.Rui Hirokawa2002-03-1621-53/+70
|
* Fixed a compiler warningYasuo Ohgaki2002-03-131-1/+1
|
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-8/+1
|
* fixed wrong include file.Rui Hirokawa2002-03-101-1/+1
|
* fixed module name iconv->mbstring.Rui Hirokawa2002-03-101-1/+1
|
* Making mbstring compile under WIn32Frank M. Kromann2002-03-076-6461/+6414
|
* Rename common.php to common.inc for easier deletion of garbages.Yasuo Ohgaki2002-03-0719-18/+18
| | | | | e.g. "rm -f *.php"
* Add mbstring testsYasuo Ohgaki2002-03-0239-0/+1505
|
* Maintain headers.Sebastian Bergmann2002-02-282-2/+2
|
* fixed a comment and default output encoding changed to pass.Rui Hirokawa2002-02-232-3/+3
|
* php.h included.Rui Hirokawa2002-02-231-0/+1
|
* Fix typoYasuo Ohgaki2002-02-101-1/+1
|
* Remove unused lineYasuo Ohgaki2002-02-061-1/+0
| | | | | # I forgot to delete this line
* Fixed crash with mb_output_handler()Yasuo Ohgaki2002-02-061-8/+11
| | | | | | When mb_output_hanlder is applied muiltiple times, PHP does not output. This should be fixed also.
* Remove TSRMLS_FETCH() does not needYasuo Ohgaki2002-02-041-2/+0
|
* fixed an error in mbstring caused by confliction with regex.Rui Hirokawa2002-01-141-2/+2
|