summaryrefslogtreecommitdiff
path: root/Zend/zend_smart_str.c
Commit message (Expand)AuthorAgeFilesLines
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-02-011-1/+6
|\
| * Fixed bug #77329 (Buffer Overflow via overly long Error Messages)Dmitry Stogov2019-02-011-1/+6
| * Future-proof email addressesZeev Suraski2018-11-011-1/+1
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-1/+1
|/
* Fastcall calling convention is not comaptible with variable number of argumentsDmitry Stogov2018-06-061-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Switch to ZMM routines, closes #2917Anatol Belski2017-11-211-3/+3
* Zend MM related tunning.Dmitry Stogov2017-10-261-33/+34
* Reduce smart_string related reallocations and make them Zend MM friendly.Dmitry Stogov2017-10-251-0/+41
* further sync for vim mode linesAnatol Belski2017-07-041-0/+10
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Add smart_str_append_printfNikita Popov2017-01-011-0/+7
* Merge branch 'PHP-7.0'Xinchen Hui2016-01-021-1/+1
|\
| * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | cleanupXinchen Hui2015-11-211-1/+59
|/
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-3/+3
* Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-3/+3
* Changed zend_smart_str allocation granularity to do the better job together w...Dmitry Stogov2015-04-161-0/+61