summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve support for microseconds with Date/TimemicrosecondsDerick Rethans2016-10-0540-933/+1237
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-051-1/+5
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-10-051-1/+5
| |\
| | * Fix bug #73037, second roundAnatol Belski2016-10-051-1/+5
* | | Merge branch 'pull-request/2155' into PHP-7.1Christoph M. Becker2016-10-054-0/+4
|\ \ \
| * | | Skip tests that rely on sessions if sessions aren't availableCraig Duncan2016-10-044-0/+4
* | | | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-052-8/+6
|\ \ \ \ | | |/ / | |/| |
| * | | Update run command for allowing STDINBob Weinand2016-10-051-7/+5
| * | | Remove phpdbg fix targeting 7.1 which landed in 7.0Bob Weinand2016-10-051-11/+0
* | | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-10-040-0/+0
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-10-0412-84/+48
| |\ \ | | |/
| | * Fixed testIlia Alshanetsky2016-10-041-32/+2
| | * Added validation to parse_url() to prohibit restricted characters inside logi...Ilia Alshanetsky2016-10-0411-52/+46
| | * Apparently negative wordwrap is a thing and should work as length = 0.Stanislav Malyshev2016-10-031-1/+5
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-10-030-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-10-030-0/+0
| |\ \ | | |/
| | * Really fix bug #73017Stanislav Malyshev2016-10-031-4/+10
* | | Fix #73207: Array ordering is same between 5.6.21 and 7.1.0 RC3Christoph M. Becker2016-10-031-0/+10
* | | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-031-1/+1
|\ \ \ | |/ /
| * | Fix crash on Linux due to double fclose()Bob Weinand2016-10-031-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-029-254/+288
|\ \ \ | |/ /
| * | Fix run command args passing when inmidst executionBob Weinand2016-10-029-254/+288
* | | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-015-110/+564
|\ \ \ | |/ /
| * | Add proper escape sequences and reading stdin from file in phpdbg run commandBob Weinand2016-10-016-110/+567
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-10-010-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-10-010-0/+0
| |\ \ | | |/
| | * Fix leak in zend_exception_errorNikita Popov2016-10-011-2/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-011-0/+11
|\ \ \ | |/ /
| * | Fix invalid access to interned strings after they are freed in phpdbgBob Weinand2016-10-011-0/+11
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-10-014-17/+52
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-304-17/+54
| |\ \ | | |/
| | * Fix #73213: Integer overflow in imageline() with antialiasingChristoph M. Becker2016-09-304-17/+54
* | | Unwrap reference returns in cufa etcNikita Popov2016-09-304-0/+63
* | | Merge branch 'PHP-7.0' into PHP-7.1Derick Rethans2016-09-303-10/+10
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Derick Rethans2016-09-303-10/+10
| |\ \ | | |/
| | * Fixed tests due to changes in underlaying dataDerick Rethans2016-09-303-10/+10
* | | Merge branch 'PHP-7.0' into PHP-7.1Derick Rethans2016-09-302-102/+110
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Derick Rethans2016-09-302-102/+110
| |\ \ | | |/
| | * Fixed parsing of AM/PM without all the expected dots in placeDerick Rethans2016-09-302-102/+110
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-09-303-2/+29
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-303-2/+29
| |\ \ | | |/
| | * Fix #73203: passing additional_parameters causes mail to failChristoph M. Becker2016-09-303-2/+29
| * | Merge branch 'PHP-7.0' of https://github.com/php/php-src into PHP-7.0Joe Watkins2016-09-304-3/+20
| |\ \
| * | | fix user filter bugJoe Watkins2016-09-302-1/+33
* | | | Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Xinchen Hui2016-09-302-1/+33
|\ \ \ \
| * | | | fix user filter bugJoe Watkins2016-09-302-1/+33
* | | | | Cleanup exception handling after zend_fetch_class_by_nameXinchen Hui2016-09-302-118/+75
|/ / / /
* | | | Use smart branchXinchen Hui2016-09-302-35/+14
* | | | Special handling for $php_errormsg and $http_response_header.Dmitry Stogov2016-09-301-3/+9
* | | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-09-291-0/+3
|\ \ \ \ | | |/ / | |/| |