summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
Commit message (Expand)AuthorAgeFilesLines
* Optimized ucfirst(Avoid duping string if possible)Xinchen Hui2017-08-061-12/+20
* Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-19/+16
* trim() micro-optimizationDmitry Stogov2017-05-301-54/+55
* Don't separate output argumentsDmitry Stogov2017-05-231-1/+1
* Use interned empty and "one char" strings.Dmitry Stogov2017-05-181-2/+25
* Interned strings unification for TS/NTSAnatol Belski2017-03-041-8/+2
* Deprecate parse_str() without second argumentNikita Popov2017-02-031-0/+2
* Merge branch 'PHP-7.1'Nikita Popov2017-02-031-2/+2
|\
| * Fixed bug #74041Nikita Popov2017-02-031-2/+2
* | Merge branch 'PHP-7.1'Stanislav Malyshev2017-01-161-6/+10
|\ \ | |/
| * 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.1'Joe Watkins2017-01-091-0/+8
|\ \ \ | |/ /
| * | 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
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Use new param API in standardSara Golemon2016-12-301-2/+2
* | | Use new param API in standard/stringSara Golemon2016-12-301-133/+205
* | | Merge branch 'PHP-7.1'Stanislav Malyshev2016-11-261-2/+0
|\ \ \ | |/ /
| * | 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
* | | | Refactor: rename variables to match documentationLevi Morrison2016-11-201-17/+17
* | | | Remove Netware supportKalle Sommer Nielsen2016-11-121-2/+2
* | | | Move utf8_encode and utf8_decode to ext/standardAndrea Faulds2016-10-171-0/+94
* | | | reduce size of stream structAnatol Belski2016-10-051-3/+3
|/ / /
* | | 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
| | |/ /