summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Remove support for REALTIME_PRIORITY_CLASS in proc_nice() on Windows.Kalle Sommer Nielsen2016-11-191-3/+1
* Merge branch 'PHP-7.1'Anatol Belski2016-11-181-1/+1
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-181-1/+1
| |\
| | * fix test portabilityAnatol Belski2016-11-181-1/+1
* | | Merge branch 'PHP-7.1'Nikita Popov2016-11-181-0/+23
|\ \ \ | |/ /
| * | Fixed bug #73303Nikita Popov2016-11-181-0/+23
* | | Merge branch 'PHP-7.1'Dmitry Stogov2016-11-181-8/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-181-8/+5
| |\ \ | | |/
| | * Fixed memory leaks in parse_ini_file()Dmitry Stogov2016-11-181-8/+5
| | * Merge branch 'PHP-7.0' of git.php.net:php-src into PHP-7.0Dmitry Stogov2016-11-172-0/+51
| | |\
| | | * Improvement for bug73297Julien Pauli2016-11-171-1/+1
| | | * Simplify ext/standard/tests/http/bug73297.phptRowan Collins2016-11-171-26/+18
| | | * http_fopen_wrapper.c - bug#73297 Skip past "100 Continue" responsesRowan Collins2016-11-171-0/+18
| | | * Add failing test for bug#73297Rowan Collins2016-11-171-0/+41
* | | | Merge branch 'PHP-7.1'Anatol Belski2016-11-181-0/+1
|\ \ \ \ | |/ / /
| * | | extend skipifAnatol Belski2016-11-181-0/+1
* | | | Revert "Remove PDOStatement::activeQueryString()"Adam Baratz2016-11-173-8/+91
* | | | Merge branch 'PHP-7.1'Nikita Popov2016-11-172-4/+4
|\ \ \ \ | |/ / /
| * | | RC inference fixesNikita Popov2016-11-172-4/+4
| * | | Merge branch 'PHP-7.1' of git.php.net:php-src into PHP-7.1Dmitry Stogov2016-11-172-0/+51
| |\ \ \
| | * | | Improvement for bug73297Julien Pauli2016-11-171-1/+1
| | * | | Simplify ext/standard/tests/http/bug73297.phptRowan Collins2016-11-171-26/+18
| | * | | http_fopen_wrapper.c - bug#73297 Skip past "100 Continue" responsesRowan Collins2016-11-171-0/+18
| | * | | Add failing test for bug#73297Rowan Collins2016-11-171-0/+41
* | | | | Merge branch 'master' of git.php.net:php-srcDmitry Stogov2016-11-172-0/+51
|\ \ \ \ \
| * | | | | Improvement for bug73297Julien Pauli2016-11-171-1/+1
| * | | | | Simplify ext/standard/tests/http/bug73297.phptRowan Collins2016-11-171-26/+18
| * | | | | http_fopen_wrapper.c - bug#73297 Skip past "100 Continue" responsesRowan Collins2016-11-171-0/+18
| * | | | | Add failing test for bug#73297Rowan Collins2016-11-171-0/+41
* | | | | | Merge branch 'PHP-7.1'Dmitry Stogov2016-11-171-2/+3
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-171-2/+3
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Fixed 64-bit buildDmitry Stogov2016-11-171-2/+3
| | |/
* | | Merge branch 'PHP-7.1'Dmitry Stogov2016-11-171-2/+2
|\ \ \ | |/ /
| * | Fixed testDmitry Stogov2016-11-171-2/+2
* | | Merge branch 'PHP-7.1'Dmitry Stogov2016-11-171-12/+20
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-171-12/+20
| |\ \ | | |/
| | * Prevent modification of immutable arrays (ext/mbstring/tests/bug26639.phpt fa...Dmitry Stogov2016-11-171-12/+20
* | | Merge branch 'PHP-7.1'Dmitry Stogov2016-11-171-1/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-171-1/+6
| |\ \ | | |/
| | * Overflow checkDmitry Stogov2016-11-171-1/+6
* | | Add expectations for invalid count() warningsCraig Duncan2016-11-178-81/+475
* | | Add tests for invalid count() operationsCraig Duncan2016-11-171-0/+42
* | | Add warnings when counting invalid parametersCraig Duncan2016-11-171-0/+7
* | | Merge branch 'PHP-7.1'Dmitry Stogov2016-11-172-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-172-0/+2
| |\ \ | | |/
| | * Skip 64-bit specific tests on 32-bit systemsDmitry Stogov2016-11-172-0/+2
* | | Fixed testDmitry Stogov2016-11-171-11/+11
* | | Merge branch 'PHP-7.1'Dmitry Stogov2016-11-171-0/+4
|\ \ \ | |/ /
| * | VERIFY_RETURN_TYPE on references can't be eliminatedDmitry Stogov2016-11-171-0/+4
* | | Fix bug #71038 - session_start() returns true even when it failedYasuo Ohgaki2016-11-1769-395/+1054