summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improve support for microseconds with Date/TimemicrosecondsDerick Rethans2016-10-0540-933/+1237
| | | | | | | | | | | | | | | It fixes several bugs: - Fixed bug #45554 (Inconsistent behavior of the u format char). - Fixed bug #48225 (DateTime parser doesn't set microseconds for "now"). - Fixed bug #52514 (microseconds are missing in DateTime class). - Fixed bug #52519 (microseconds in DateInterval are missing). - Fixed bug #68506 (General DateTime improvments needed for microseconds to become useful). - Fixed bug #73109 (timelib_meridian doesn't parse dots correctly). - Fixed bug #73247 (DateTime constructor does not initialise microseconds property). It also updates timelib to 2016.04, and updates a data mapping file, which causes changes to the volatile abbreviations tests.
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-051-1/+5
|\ | | | | | | | | * PHP-7.0: Fix bug #73037, second round
| * Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-10-051-1/+5
| |\ | | | | | | | | | | | | * PHP-5.6: Fix bug #73037, second round
| | * 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
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | | | | | | * PHP-7.0: Fixed test Added validation to parse_url() to prohibit restricted characters inside login/pass components based on RFC3986 Apparently negative wordwrap is a thing and should work as length = 0.
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-10-0412-84/+48
| |\ \ | | |/ | | | | | | | | | | | | | | | * PHP-5.6: Fixed test Added validation to parse_url() to prohibit restricted characters inside login/pass components based on RFC3986 Apparently negative wordwrap is a thing and should work as length = 0.
| | * Fixed testIlia Alshanetsky2016-10-041-32/+2
| | |
| | * Added validation to parse_url() to prohibit restricted characters inside ↵Ilia Alshanetsky2016-10-0411-52/+46
| | | | | | | | | | | | login/pass components based on RFC3986
| | * Apparently negative wordwrap is a thing and should work as length = 0.Stanislav Malyshev2016-10-031-1/+5
| | | | | | | | | | | | I'll leave it as is for now.
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-10-030-0/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Really fix bug #73017
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-10-030-0/+0
| |\ \ | | |/ | | | | | | | | | * PHP-5.6: Really fix bug #73017
| | * 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
| | | | | | | | | | | | | | | Only occurs if a non-fatal severity level is used, e.g. when using interactive mode.
* | | 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
| | | | | | | | | | | | | | | We port the respective fixes <https://github.com/libgd/libgd/commit/eca37d620> and <https://github.com/libgd/libgd/commit/837b7327> to our bundled libgd.
* | | 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
| | | | | | | | | | | | We make sure that there's no unsigned underflow, which happened for `y==0`.
| * | 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
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * 'PHP-7.1' of git.php.net:/php-src: fix user filter bug
| * | | | 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
|\ \ \ \ | | |/ / | |/| |