summaryrefslogtreecommitdiff
path: root/ext/standard/php_string.h
Commit message (Expand)AuthorAgeFilesLines
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove HAVE_STRCOLL checkPeter Kokot2019-06-281-2/+0
* Remove HAVE_STRERRORPeter Kokot2019-04-081-5/+0
* Remove checks for locale.h, setlocale, localeconvPeter Kokot2019-04-071-5/+1
* Make ABI of SIMD optimized functions independent of compiler flagsNikita Popov2019-02-141-5/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Changed php_add[c]slashes prototypes (removed should_free argument)Dmitry Stogov2018-06-291-3/+4
* Remove outdated comments about PHP 3Peter Kokot2018-06-271-2/+0
* Use const pointers where appropriateAnatol Belski2018-03-161-2/+2
* Fixed build (extern php_stripslashes)Bob Weinand2018-02-281-1/+1
* Optimized php_stripslash with SSSE3 instrXinchen Hui2018-02-211-1/+2
* Implement intrinsic function resolving per MINITAnatol Belski2018-01-241-0/+7
* Trailing whitespaces on ext/*Gabriel Caruso2018-01-041-3/+3
* year++Xinchen Hui2018-01-021-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-2/+2
* Move utf8_encode and utf8_decode to ext/standardAndrea Faulds2016-10-171-0/+2
* reduce size of stream structAnatol Belski2016-10-051-2/+2
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Explicitly ignore mblen(NULL, 0) retvalNikita Popov2015-07-161-1/+1
* | Cleanup (avoid reallocatios and side effects in php_strip_tags)Dmitry Stogov2015-07-011-2/+2
* | fix mbrlen prototype availabilityAnatol Belski2015-05-181-0/+3
* | Use zend_string in case we will optimize themXinchen Hui2015-01-201-3/+3
* | Remove addslashes_strXinchen Hui2015-01-201-1/+0
* | Optimized php_addslashesXinchen Hui2015-01-191-1/+2
* | bump yearXinchen Hui2015-01-151-1/+1
* | Optimized str_[i]replace to aviod reallocations and repeatable conversions to...Dmitry Stogov2015-01-131-4/+0
* | Add php_string_tolower/toupper which is locale depenedXinchen Hui2014-12-251-0/+2
* | Improved trim/ltrim/rtrim functions.Dmitry Stogov2014-12-231-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-9/+9
* | Directly use zend_string for php_implode/php_explodeNikita Popov2014-10-091-2/+2
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Separate php_mb_reset() from php_mblen()Nikita Popov2014-09-031-5/+6
* | master renames phase 3Anatol Belski2014-08-251-14/+14
* | master renames phase 1Anatol Belski2014-08-251-1/+1
* | fixes to string functionsAnatol Belski2014-08-181-9/+9
* | several fixes -Anatol Belski2014-08-161-6/+6
* | Refactor php_addslashes using zend_stringXinchen Hui2014-02-241-1/+1
* | Refactor php_str_to_str returning zend_stringXinchen Hui2014-02-231-4/+4
* | Refactor basename using zend_stringXinchen Hui2014-02-231-1/+1
* | Refactor php_addcslashes using zend_stringXinchen Hui2014-02-221-2/+2
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Fixed bug #65947 (basename is no more working after fgetcsv in certain situat...Xinchen Hui2013-11-081-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-2/+2
* add support for SORT_NATURAL and SORT_FLAG_CASE in array sort functionsArpad Ray2011-08-291-0/+4