61 Commits (72c40cdf42ecc9554e5cfd207fcfc8a03d4c8690)

Author SHA1 Message Date
Marcus Boerger 0f0a5dddf3 -new function php_mb_check_encoding_list 24 years ago
Marcus Boerger df82b2ec75 -fix mb_detect_order 24 years ago
Marcus Boerger fffb1a5d21 interpret empty to_encoding as encoding not set what results in current_internal_encoding 24 years ago
Rui Hirokawa adf58908e4 fixed a bug which causes crash when charset is not set. 24 years ago
Yasuo Ohgaki 25db882a77 Fix ZTS build 24 years ago
Rui Hirokawa 1f847267e7 changed mbstring to make thread safe. 24 years ago
Marcus Boerger 0743669f1c -fix warnings 24 years ago
Yasuo Ohgaki 65ba307319 Use get_active_function_name() for error messages. 24 years ago
Marcus Boerger cbb96206be no space for comma separated encoding lists 24 years ago
Yasuo Ohgaki eb7ed9105a Fixed way of exporing functions. (Need PHPAPI for Win) 24 years ago
Marcus Boerger cb51e72c46 new function php_mb_convert_encoding 24 years ago
Rui Hirokawa 751dcedb08 fixed some errors in regression tests. 24 years ago
Markus Fischer d4e63bc5bf - Raise warning when trying to execute non-executeable shell 24 years ago
Sebastian Bergmann 90613d2282 Maintain headers. 24 years ago
Rui Hirokawa 07a08288a1 fixed a comment and default output encoding changed to pass. 24 years ago
Yasuo Ohgaki 7baa36c885 Fix typo 24 years ago
Yasuo Ohgaki ccc8755196 Remove unused line 24 years ago
Yasuo Ohgaki eba550de9d Fixed crash with mb_output_handler() 24 years ago
Yasuo Ohgaki 23258ef145 Remove TSRMLS_FETCH() does not need 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
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
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
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
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 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
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