summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #74041Nikita Popov2017-02-031-2/+2
* Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-01-161-6/+10
|\
| * Fix bug #73648 - integer overflow in substrStanislav Malyshev2017-01-161-6/+6
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-091-0/+8
|\ \ | |/
| * Fixed bug #72979 money_format stores wrong length on AIXJoe Watkins2017-01-091-0/+8
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-261-2/+0
|\ \ | |/
| * 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
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-09-131-4/+4
|\ \ \ | |/ /
| * | pick up the safe alloc pieces fromAnatol Belski2016-09-131-4/+4
* | | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2016-09-111-102/+0
|\ \ \ | |/ /
| * | Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-102/+0
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-291-0/+1
|\ \ \ | |/ /
| * | fix leakAnatol Belski2016-08-291-0/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-071-2/+3
|\ \ \ | |/ /
| * | Fix bug #55451Lauri Kenttä2016-08-071-2/+3
* | | Merge branch 'PHP-7.0'Julien Pauli2016-07-081-6/+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
| | |/ /
* | | | Fixed compilation warningsDmitry Stogov2016-06-231-12/+12
* | | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-0/+8
* | | | Implemented RFC: Fix inconsistent behavior of $this variableDmitry Stogov2016-06-161-0/+3
* | | | Forbid dynamic calls to scope introspection functionsNikita Popov2016-05-241-1/+6
* | | | Merge branch 'PHP-7.0'Xinchen Hui2016-04-271-1/+1
|\ \ \ \ | |/ / /
| * | | Use zend_string_safe_allocXinchen Hui2016-04-271-1/+1
* | | | Merge branch 'PHP-7.0'Dmitry Stogov2016-04-261-6/+6
|\ \ \ \ | |/ / /
| * | | Fixed bug #72100 (implode() inserts garbage into resulting string when joins ...Dmitry Stogov2016-04-261-6/+6
* | | | Merge branch 'PHP-7.0'Xinchen Hui2016-04-061-0/+1
|\ \ \ \ | |/ / /
| * | | Fixed bug #71969 (str_replace returns an incorrect resulting array after a fo...Xinchen Hui2016-04-061-0/+1
* | | | Merge branch 'PHP-7.0'Joe Watkins2016-03-311-3/+4
|\ \ \ \ | |/ / /
| * | | fix #71287 (substr_replace bug when length type is string)Joe Watkins2016-03-311-3/+4
* | | | substr_count(): Support negative values for '$offset' and '$length' parameters.Francois Laupretre2016-03-091-9/+6
* | | | strpos()/stripos(): Add support for negative offsetsFrancois Laupretre2016-03-091-0/+6
* | | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-03-011-1/+1
|\ \ \ \ | |/ / /
| * | | Fix bug #71637: Multiple Heap Overflow due to integer overflowsStanislav Malyshev2016-02-211-1/+1
* | | | Added comments about special functionsDmitry Stogov2016-02-191-2/+4
* | | | Merge branch 'PHP-7.0'Nikita Popov2016-02-131-1/+1
|\ \ \ \ | |/ / /