60 Commits (39ad45326656ea54cfd356bb91de7ff71e332aea)

Author SHA1 Message Date
Yasuo Ohgaki 23258ef145 Remove TSRMLS_FETCH() does not need 24 years ago
Rui Hirokawa 0544cdca3a fixed an error in mbstring caused by confliction with regex. 24 years ago
Rui Hirokawa c79f749ff8 @Added multi-byte enabled regex functions. (Rui) 25 years ago
Egon Schmid ab32202968 Fixed some protos. 25 years ago
Rui Hirokawa 32c1b0fd2e @added mb_get_info() to get internal settings of mbstring. 25 years ago
Rui Hirokawa e72d606c36 added code to remove overloaded function in RSHUTDOWN. 25 years ago
Rui Hirokawa 8488a5a475 @added function overload in mbstring to add multibyte support for string and mail functions. 25 years ago
Rui Hirokawa 1524fa7287 output encoding translation turn off in mb_output_handler() when non-text (binary) data was sent.(Patched by Kanemoto.) 25 years ago
Yasuo Ohgaki ff219f1f21 Fix compile error 25 years ago
Rui Hirokawa 26e30dc606 added an option mbstring.func_overload to overload some function by multibyte enabled version of function in mbstring. 25 years ago
Sebastian Bergmann 38933514e1 Update headers. 25 years ago
Sascha Schumann 74de59dff1 Fix declarations of static variables. Builds on AIX now. 25 years ago
foobar f1397d5339 Unified the configure messages. 25 years ago
Rui Hirokawa da8b28cf1c fixed a bug in http input processing patched by Yasuo Ohgaki. 25 years ago
Stig Bakken 689252082c * zend_module_entry change: apino, debug and zts are moved first, 25 years ago
Jeroen van Wolffelaar 6cfba2a3ea 2nd phase in back-substitution those macro's 25 years ago
Jeroen van Wolffelaar c033288573 Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 25 years ago
Rui Hirokawa 1b78716661 mbstring is no more in experimental status. 25 years ago
Frank M. Kromann 975ebe3524 Fixing win32 debug build 25 years ago
Wez Furlong e6c7f6f22c fix bug# 13017 - patch from tsukada@fminn.nagano.nagano.jp 25 years ago
Wez Furlong 1164abcdab fix uudecode 25 years ago
Wez Furlong 9a8c9439e8 fix cp1252 -> wchar conversion 25 years ago
Wez Furlong cda7f49324 Windows-1252 encoding awareness 25 years ago
Daniel Beulshausen 0a6878cc02 accomodate SAPI_API changes 25 years ago
Zeev Suraski 9be8c97967 Some more TSRMLS_FETCH work 25 years ago
Zeev Suraski d76cf1da18 More TSRMLS_FETCH work 25 years ago
Zeev Suraski 797a079a95 More TSRMLS_FETCH work, and a bit of cleanup 25 years ago
Zeev Suraski b0224d51da Zend compatibility patch 25 years ago
Zeev Suraski 1c25b8dd53 Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way 25 years ago
Rui Hirokawa a787dc2c4d changed for input encoding conversion in win32. 25 years ago
Zeev Suraski d87cc976e1 Redesigned thread safety mechanism - nua nua 25 years ago
Zeev Suraski fe6f8712a4 - Get rid of ELS_*(), and use TSRMLS_*() instead. 25 years ago
Thies C. Arntzen 0453eff2b8 fix include 25 years ago
Daniel Beulshausen 805c76f742 fix dsp (?) 25 years ago
Rui Hirokawa 7dcb3cdfbd fixed argument number in mb_send_mail(). 25 years ago
Rui Hirokawa 659282bfbc fixed argument number in mb_send_mail(). 25 years ago
Daniel Beulshausen a82f4f76e8 add mbstring & xslt 25 years ago
Daniel Beulshausen 669a6d6cf2 should build under windows as well 25 years ago
Rui Hirokawa 2be3c40b31 added charset parameter to output of mb_output_handler(). 25 years ago
Rui Hirokawa 491d00e46d two bug fixed: return value of mb_strimwidth() was invalid and separator parameter of mb_parse_str wasn't worked. 25 years ago
Rui Hirokawa 73aee8095f a bug fixed about memory reallocation and added extra parameter support to mb_send_mail(). 25 years ago
Stig Bakken 1beda9ee1e * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) 25 years ago
Wez Furlong 74ce7ee6c5 Removed redundant (and incorrect) '0' from "begin" string for uudecode. 25 years ago
Wez Furlong 2633261cc3 Took out a line that might cause problems if you try and uuencode; there is no 25 years ago
Wez Furlong b2703047ab Added uudecode support (MIME name "x-uuencode") 25 years ago
Sascha Schumann 718b588b14 Fix indentation of ./configure --help messages. 25 years ago
Rui Hirokawa 45a2e761e7 fixed bug of mb_substitute_character() and mb_substr() in mbstring. 25 years ago
Rui Hirokawa 223eca31fb remaked mb_gpc_handler as mb_parse_str() in mbstring. 25 years ago
Rui Hirokawa 0a452b2ff2 added mb_language to ext/mbstring. 25 years ago
Rui Hirokawa 156a461117 update address of licence term in mbstring. 25 years ago