summaryrefslogtreecommitdiff
path: root/ext/mbstring/mbstring.c
Commit message (Expand)AuthorAgeFilesLines
* more exts converted for static tsrm ls pointerAnatol Belski2014-10-151-0/+7
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* remove useless conditionAnatol Belski2014-09-191-1/+1
* redo the fix casting to size_t where applicableAnatol Belski2014-09-161-1/+1
* fixed signed/unsigned mismatch warningAnatol Belski2014-09-161-1/+1
* Revert "Removing ext/ereg and dependencies"Dmitry Stogov2014-09-111-0/+7
* Removing ext/ereg and dependenciesTjerk Meesters2014-09-111-7/+0
* Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-21/+19
* 's' works with size_t round 3Anatol Belski2014-08-271-24/+26
* 's' works with size_t round 2Anatol Belski2014-08-271-2/+2
* first show to make 's' work with size_tAnatol Belski2014-08-271-16/+17
* Fix mbstring overloads in ztsNikita Popov2014-08-271-3/+6
* Unused varialeXinchen Hui2014-08-261-1/+0
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-7/+7
* master renames phase 1Anatol Belski2014-08-251-68/+68
* ported ext/mbstringAnatol Belski2014-08-191-18/+18
* basic macro replacements, all at onceAnatol Belski2014-08-191-49/+49
* Implemented builtin instruction for strlen()Dmitry Stogov2014-07-111-0/+2
* Removed EG(active_symbol_table) and use corresponding value from EG(current_e...Dmitry Stogov2014-07-041-4/+3
* Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-2/+3
* Use new zend_hash APIDmitry Stogov2014-05-281-25/+6
* Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-1/+1
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-52/+76
|\
| * Remove unneeded string copy.Yasuo Ohgaki2014-03-271-4/+32
| * Add missing E_DEPRECATED error for https://wiki.php.net/rfc/default_encodingYasuo Ohgaki2014-03-121-2/+15
| * a few typofixesVeres Lajos2014-02-141-1/+1
| * Implement RFC https://wiki.php.net/rfc/default_encodingYasuo Ohgaki2014-02-131-51/+34
* | Fixed compilaation warningsDmitry Stogov2014-04-221-2/+2
* | Cleanup (2-nd round)Dmitry Stogov2014-04-151-22/+22
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-24/+24
* | No need anymoreXinchen Hui2014-04-111-1/+0
* | Fixed _php_mbstr_parse_mail_headersXinchen Hui2014-04-111-83/+41
* | Fixed support for IS_INDIRECT and IS_REFERENCEDmitry Stogov2014-04-091-4/+13
* | Use proper sizeDmitry Stogov2014-04-091-3/+4
* | Fixed NULL pointer dereferencingDmitry Stogov2014-04-091-1/+1
* | Fixed segfault due to incompleted refactoringXinchen Hui2014-03-241-4/+5
* | It's a tradition return NULL on error of args parsingXinchen Hui2014-03-241-13/+14
* | Fixed memleak temporaryXinchen Hui2014-03-241-0/+1
* | Fixed encoding list building while array argXinchen Hui2014-03-241-32/+32
* | Refactor mbstring (incompleted)Xinchen Hui2014-03-241-4/+11
* | Refactor mbstring (incompleted)Xinchen Hui2014-03-231-7/+23
* | Refactor mbstring (incompleted)Xinchen Hui2014-03-231-263/+275
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Implement variadic function syntaxNikita Popov2013-09-261-2/+2
* Happy New YearXinchen Hui2013-01-011-1/+1
* Allow null as a default value for length in mb_substr() and mb_strcut()Lars Strojny2012-09-021-4/+12
* - Year++Felipe Pena2012-01-011-1/+1
* A better fix for #55817 (thanks to bjori)Xinchen Hui2011-09-301-1/+1
* Fix wrong codes #55817Xinchen Hui2011-09-301-1/+1
* added mb_ereg_replace_callback().Rui Hirokawa2011-09-251-0/+7