summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_2_0RC2'.php-4.2.0RC2SVN Migration2002-04-031-53/+0
* moved static constant definitions for separeted files to fix compilation prob...Rui Hirokawa2002-03-313-6427/+9
* revert Sascha's patch to fix compile error in Tru64.Rui Hirokawa2002-03-312-41/+41
* fixed crash bug in Tru64.Rui Hirokawa2002-03-311-1/+1
* fixed some compilation warning.Rui Hirokawa2002-03-232-23/+27
* fixed POST/GET argument handling.Rui Hirokawa2002-03-231-2/+2
* This commit was manufactured by cvs2svn to create branch 'PHP_4_2_0'.SVN Migration2002-03-214-0/+6427
* fixed errors of mbstring in regression tests.Rui Hirokawa2002-03-1612-84/+142
* fixed module name iconv->mbstring.Rui Hirokawa2002-03-101-1/+1
* 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
* Fixed crash with mb_output_handler()Yasuo Ohgaki2002-02-061-8/+11
* 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
* @Added multi-byte enabled regex functions. (Rui)Rui Hirokawa2002-01-117-18/+6074
* Fixed some protos.Egon Schmid2002-01-071-19/+19
* @added mb_get_info() to get internal settings of mbstring.Rui Hirokawa2002-01-072-0/+65
* added code to remove overloaded function in RSHUTDOWN.Rui Hirokawa2001-12-262-15/+27
* @added function overload in mbstring to add multibyte support for string and ...Rui Hirokawa2001-12-232-16/+45
* output encoding translation turn off in mb_output_handler() when non-text (bi...Rui Hirokawa2001-12-171-56/+58
* Fix compile errorYasuo Ohgaki2001-12-171-0/+1
* added an option mbstring.func_overload to overload some function by multibyte...Rui Hirokawa2001-12-162-5/+24
* Update headers.Sebastian Bergmann2001-12-112-2/+2
* Fix declarations of static variables. Builds on AIX now.Sascha Schumann2001-12-032-41/+41
* Unified the configure messages.foobar2001-11-301-2/+4
* fixed a bug in http input processing patched by Yasuo Ohgaki.Rui Hirokawa2001-11-081-3/+4
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-4/+4
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-1/+1
* mbstring is no more in experimental status.Rui Hirokawa2001-09-231-5/+0
* Fixing win32 debug buildFrank M. Kromann2001-09-181-2/+2
* fix bug# 13017 - patch from tsukada@fminn.nagano.nagano.jpWez Furlong2001-08-291-1/+1
* fix uudecodeWez Furlong2001-08-281-1/+1
* fix cp1252 -> wchar conversionWez Furlong2001-08-281-7/+0
* Windows-1252 encoding awarenessWez Furlong2001-08-252-2/+138
* accomodate SAPI_API changesDaniel Beulshausen2001-08-152-3/+3
* Some more TSRMLS_FETCH workZeev Suraski2001-07-311-4/+3
* More TSRMLS_FETCH workZeev Suraski2001-07-311-2/+0
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-9/+0
* Zend compatibility patchZeev Suraski2001-07-301-5/+0
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-4/+4
* changed for input encoding conversion in win32.Rui Hirokawa2001-07-291-1/+4
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-56/+16
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-5/+5
* fix includeThies C. Arntzen2001-07-201-1/+1
* fix dsp (?)Daniel Beulshausen2001-07-061-25/+47