summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Use correct string release functionStanislav Malyshev2017-01-022-2/+2
* | | | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-01-022-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Fix error reportingStanislav Malyshev2017-01-022-4/+4
* | | | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-01-023-17/+44
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-7.0.15' into PHP-7.0Stanislav Malyshev2017-01-023-17/+44
| |\ \ \ \
| | * | | | Fix #73832 - leave the table in a safe state if the size is too big.Stanislav Malyshev2017-01-021-1/+1
| | * | | | Fix bug #73831 - NULL Pointer Dereference while unserialize php objectStanislav Malyshev2016-12-312-16/+43
* | | | | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-01-0211-515/+575
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-01-0211-515/+575
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge branch 'PHP-5.6.30' into PHP-5.6Stanislav Malyshev2017-01-0211-511/+571
| | |\ \ \ \
| | | * | | | Fix bug #73737 FPE when parsing a tag formatStanislav Malyshev2016-12-313-1/+13
| | | * | | | Fix bug #73773 - Seg fault when loading hostile pharStanislav Malyshev2016-12-311-2/+2
| | | * | | | Fix bug #73825 - Heap out of bounds read on unserialize in finish_nested_data()Stanislav Malyshev2016-12-303-36/+76
| | | * | | | Fix bug #73768 - Memory corruption when loading hostile pharStanislav Malyshev2016-12-303-2/+17
| | | * | | | Fix int overflows in phar (bug #73764)Stanislav Malyshev2016-12-303-2/+18
* | | | | | | Merge branch 'PHP-7.1' of git.php.net:php-src into PHP-7.1Anatol Belski2017-01-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix test after mail.log changeNikita Popov2017-01-031-1/+1
* | | | | | | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-031-0/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | set exclude AppVeyor branches and ignore builds on NEWS updatesAnatol Belski2017-01-031-0/+9
* | | | | | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-031-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix early freeNikita Popov2017-01-031-1/+1
* | | | | | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-031-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Disable pdb generation for AppVeyorAnatol Belski2017-01-031-1/+1
* | | | | | | Fix data_size decrementNikita Popov2017-01-021-1/+1
* | | | | | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-026-157/+14766
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Add NEWS entriesNikita Popov2017-01-021-0/+3
| * | | | | | Optimize get_browser() using prefix and contains checksNikita Popov2017-01-021-63/+185
| * | | | | | Optimize browscap loading and representationNikita Popov2017-01-021-132/+249
| * | | | | | Add get_browser() test against larger corpusNikita Popov2017-01-023-0/+14368
| * | | | | | Fix for nowait.phpt failing intermittentlyMitch Hagstrand2017-01-021-1/+5
| * | | | | | Fix for sporadic segfault with MYSQLI_OPT_INT_AND_FLOAT_NATIVEvanviegen2017-01-022-2/+10
* | | | | | | Fix for nowait.phpt failing intermittentlyMitch Hagstrand2017-01-021-1/+5
* | | | | | | Fix for sporadic segfault with MYSQLI_OPT_INT_AND_FLOAT_NATIVEvanviegen2017-01-022-1/+9
* | | | | | | news entry for PR #2267Joe Watkins2017-01-021-0/+3
* | | | | | | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-022-1/+19
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | news entry for PR #2267Joe Watkins2017-01-021-0/+3
| * | | | | | Fixed #67474 (getElementsByTagNameNS and default namespace)Arnout Boks2017-01-021-1/+1
| * | | | | | Add (failing) testcase for bug #67474Arnout Boks2017-01-021-0/+18
| * | | | | | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Joe Watkins2017-01-02168-4532/+6015
| |\ \ \ \ \ \
| * | | | | | | Fix nowait.phpt to no longer depend on sleepingMitch Hagstrand2017-01-021-65/+92
* | | | | | | | Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Joe Watkins2017-01-0213-119/+31
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-0110-113/+4
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Flush stderr on win32 in cli_log_messageNikita Popov2017-01-0110-113/+4
| * | | | | | | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-013-6/+27
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Fixed bug #73154Nikita Popov2017-01-013-7/+27
* | | | | | | | | Fix nowait.phpt to no longer depend on sleepingMitch Hagstrand2017-01-021-65/+92
|/ / / / / / / /
* | | | | | | | news entry for PR #1414Joe Watkins2017-01-011-0/+1
* | | | | | | | Merge branch 'pull-request/1414' into PHP-7.1Joe Watkins2017-01-011-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix rebase errorTom Sommer2015-07-141-1/+1
| * | | | | | | | Add subject to mail.logTom Sommer2015-07-141-1/+1