summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-11-261-2/+0
|\
| * Add more mbfl string size checks (bug #73505)Stanislav Malyshev2016-11-261-2/+0
| * Apparently negative wordwrap is a thing and should work as length = 0.Stanislav Malyshev2016-10-031-1/+5
| * Really fix bug #73017Stanislav Malyshev2016-10-031-4/+10
| * Also fix overflow in wordwrapStanislav Malyshev2016-09-121-1/+1
| * Fix various int size overflows.Stanislav Malyshev2016-09-121-13/+10
| * Fix #72823: strtr out-of-bound accessChristoph M. Becker2016-08-131-1/+7
* | pick up the safe alloc pieces fromAnatol Belski2016-09-131-4/+4
* | Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-102/+0
* | fix leakAnatol Belski2016-08-291-0/+1
* | Fix bug #55451Lauri Kenttä2016-08-071-2/+3
* | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-07-081-6/+3
|\ \ | |/
| * fix bug #72024 (microtime() leaks memory)Michael Maroszek2016-07-081-6/+3
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-06-271-1/+1
| |\
| | * Fix the fix for #72403 on nl2brStanislav Malyshev2016-06-271-1/+1
| * | Merge branch 'PHP-5.6.23' into PHP-5.6Stanislav Malyshev2016-06-211-3/+22
| |\ \
| | * \ Merge branch 'PHP-5.5' into PHP-5.6.23Stanislav Malyshev2016-06-211-3/+22
| | |\ \ | | | |/
| | | * Fix bug #72400 and #72403 - prevent signed int overflows for string lengthsStanislav Malyshev2016-06-151-3/+22
| * | | Fix bug #72138 - Integer Overflow in Length of String-typed ZVALStanislav Malyshev2016-06-141-0/+3
| |/ /
* | | Use zend_string_safe_allocXinchen Hui2016-04-271-1/+1
* | | Fixed bug #72100 (implode() inserts garbage into resulting string when joins ...Dmitry Stogov2016-04-261-6/+6
* | | Fixed bug #71969 (str_replace returns an incorrect resulting array after a fo...Xinchen Hui2016-04-061-0/+1
* | | fix #71287 (substr_replace bug when length type is string)Joe Watkins2016-03-311-3/+4
* | | Fix bug #71637: Multiple Heap Overflow due to integer overflowsStanislav Malyshev2016-02-211-1/+1
* | | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-02-131-1/+1
|\ \ \ | |/ /
| * | Fix bounds check in strip_tags()Nikita Popov2016-02-131-1/+1
* | | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-02-021-3/+7
|\ \ \ | |/ /
| * | Fix #70720Julien Pauli2016-02-021-3/+4
* | | Merge branch 'PHP-7.0.3' into PHP-7.0Stanislav Malyshev2016-02-011-4/+1
|\ \ \
| * | | Revert "Fix #70720"Anatol Belski2016-01-291-4/+1
* | | | Use safe alloc functions when calculations are made on sizes.Stanislav Malyshev2016-01-261-14/+26
|/ / /
* | | 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
* | | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2015-12-221-1/+4
|\ \ \ | |/ /
| * | Fix #70720Julien Pauli2015-12-221-1/+4
* | | release only appropriate stringAnatol Belski2015-12-221-1/+5
* | | Fixed bug #71190 (substr_replace converts integers in original $search array ...Xinchen Hui2015-12-221-9/+10
* | | Fixed #71188 (str_replace converts integers in original $search array to stri...Xinchen Hui2015-12-221-8/+11
* | | Fixed bug #70667 (strtr() causes invalid writes and a crashes)Dmitry Stogov2015-10-081-1/+1
* | | Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-1/+0
* | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-1/+1
* | | Make bin2hex() and hex2bin() timing safeBob Weinand2015-08-041-13/+18
* | | fix memleakRemi Collet2015-07-271-0/+1
* | | Cleanup and also include the error path into testXinchen Hui2015-07-271-6/+4
* | | Fix #70112 RFE Allow dirname to go up various timesRemi Collet2015-07-271-3/+18
* | | Fixed bug #70140 (str_ireplace/php_string_tolower - Arbitrary Code Execution)Xinchen Hui2015-07-271-1/+1
* | | More warning fixesNikita Popov2015-07-171-9/+0
* | | Merge branch 'PHP-5.6'Ferenc Kovacs2015-07-071-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2015-07-071-1/+1
| |\ \ | | |/