summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'help'.helpSVN Migration2002-03-1355-27929/+0
|
* 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
|
* @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
| | | | mail functions.
* output encoding translation turn off in mb_output_handler() when non-text ↵Rui Hirokawa2001-12-171-56/+58
| | | | (binary) data was sent.(Patched by Kanemoto.)
* Fix compile errorYasuo Ohgaki2001-12-171-0/+1
|
* added an option mbstring.func_overload to overload some function by ↵Rui Hirokawa2001-12-162-5/+24
| | | | multibyte enabled version of function in mbstring.
* 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
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-4/+4
| | | | | I've got pretty much everything now...
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-1/+1
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* 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 ↵Zeev Suraski2001-07-301-4/+4
| | | | the way
* 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
| | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* fix includeThies C. Arntzen2001-07-201-1/+1
|
* fix dsp (?)Daniel Beulshausen2001-07-061-25/+47
|
* fixed argument number in mb_send_mail().Rui Hirokawa2001-07-061-1/+1
|
* fixed argument number in mb_send_mail().Rui Hirokawa2001-07-061-1/+1
|