summaryrefslogtreecommitdiff
path: root/ext/mbstring/mbstring.c
Commit message (Expand)AuthorAgeFilesLines
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-20/+20
* Fix compile error when oniguruma is not availableLauri Kenttä2015-04-131-0/+2
* cleanup the mod version macros, round 2Anatol Belski2015-03-231-1/+1
* expose oniguruma versionAnatol Belski2015-03-121-0/+5
* init mbstring tsrm_ls_cache on MINITAnatol Belski2015-03-111-0/+3
* Merge remote-tracking branch 'datibbaw/kill-ereg'Adam Harvey2015-03-051-7/+0
|\
| * Revert "Revert "Removing ext/ereg and dependencies""Tjerk Meesters2014-09-111-7/+0
* | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-2/+2
* | Fix uninitalized variables reads. See CWE-457 for more info.Joshua Rogers2015-01-211-4/+4
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-44/+44
* | Fix bug #68706 - uninitalized pointer in mbstringStanislav Malyshev2015-01-031-6/+10
* | Improved trim/ltrim/rtrim functions.Dmitry Stogov2014-12-231-6/+6
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-177/+177
* | 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