summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* set versionsphp-7.1.8RC1PHP-7.1.8Joe Watkins2017-07-183-4/+4
|
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-181-1/+1
|\ | | | | | | | | * PHP-7.0: Exclude ext/ftp from AppVeyor test run
| * Exclude ext/ftp from AppVeyor test runAnatol Belski2017-07-181-1/+1
| | | | | | | | | | as the tests depend on fork() and otherwise an extra setup would be needed anyway.
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-180-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: move to 7.0.23 for dev
| * move to 7.0.23 for devAnatol Belski2017-07-183-5/+9
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-171-0/+1
|\ \ | |/ | | | | | | * PHP-7.0: fix missing var for phpize
| * fix missing var for phpizeAnatol Belski2017-07-171-0/+1
| | | | | | | | (cherry picked from commit 36c3d7140753bb692e36f5dcef7db7aa76224751)
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-07-172-7/+2
|\ \ | |/ | | | | | | * PHP-7.0: Fixed bug #74906 redirecting incorrect include <sys/errno.h>
| * Fixed bug #74906 redirecting incorrect include <sys/errno.h>Peter Kokot2017-07-172-7/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-07-172-1/+6
|\ \ | |/ | | | | | | * PHP-7.0: Fixed bug 74913 redirecting incorrect include <sys/poll.h>
| * Fixed bug 74913 redirecting incorrect include <sys/poll.h>Peter Kokot2017-07-172-1/+6
| |
* | Add test for bug #74923Anatol Belski2017-07-151-0/+26
| |
* | update NEWSAnatol Belski2017-07-141-0/+1
| |
* | Fixed bug #74923 Crash when crawling through network shareAnatol Belski2017-07-141-2/+18
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Christopher Jones2017-07-143-7/+22
|\ \ | |/
| * Bump OCI8 version for recent patchChristopher Jones2017-07-143-7/+22
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-121-0/+7
|\ \ | |/ | | | | | | * PHP-7.0: Guard against AppVeyor losing deps issue
| * Guard against AppVeyor losing deps issueAnatol Belski2017-07-121-0/+7
| | | | | | | | | | Possibly due to concurrent build cache updates or some changes in the remote image. Some locking mechanism still could be required.
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-121-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: increase poll timeout as false positives mitigation
| * increase poll timeout as false positives mitigationAnatol Belski2017-07-121-1/+1
| |
* | update NEWSAnatol Belski2017-07-101-2/+0
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-100-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: update NEWS
| * update NEWSAnatol Belski2017-07-101-2/+0
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-101-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: switch to next binary tools sdk version
| * switch to next binary tools sdk versionAnatol Belski2017-07-101-1/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-104-162/+1
|\ \ | |/ | | | | | | * PHP-7.0: Revert "Add more constants, improve comments, and add tests"
| * Revert "Add more constants, improve comments, and add tests"Anatol Belski2017-07-104-162/+1
| | | | | | | | This reverts commit 0c4f11ecaad213483f98c39128e217f9b389f604.
* | improve testAnatol Belski2017-07-102-2/+14
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-07-102-4/+6
|\ \ | |/ | | | | | | * PHP-7.0: #73594 tests only check the extra params if dns_get_record is successful
| * #73594 tests only check the extra params if dns_get_record is successfulPedro Magalhães2017-07-102-4/+6
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-07-103-5/+26
|\ \ | |/ | | | | | | * PHP-7.0: Fixed bug #74852 (property_exists returns true on unknown DateInterval property)
| * Fixed bug #74852 (property_exists returns true on unknown DateInterval property)jhdxr2017-07-103-5/+26
| |
* | [ci skip] update NEWSAnatol Belski2017-07-091-0/+4
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-090-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: [ci skip] update NEWS
| * [ci skip] update NEWSAnatol Belski2017-07-091-0/+4
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-091-3/+6
|\ \ | |/ | | | | | | * PHP-7.0: Fixed bug #74883 SQLite3::__construct() produces "out of memory" exception with invalid flags
| * Fixed bug #74883 SQLite3::__construct() produces "out of memory" exception ↵Anatol Belski2017-07-081-3/+6
| | | | | | | | with invalid flags
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-081-2/+2
|\ \ | |/ | | | | | | * PHP-7.0: update libs versions
| * update libs versionsAnatol Belski2017-07-081-2/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Christopher Jones2017-07-070-0/+0
|\ \ | |/
| * Fix NEWS entry locationChristopher Jones2017-07-071-1/+3
| |
* | Fix NEWS entry locationChristopher Jones2017-07-071-1/+3
| |
* | news entry for 74819Joe Watkins2017-07-061-0/+2
| |
* | news entry for 74651Joe Watkins2017-07-061-0/+2
| |
* | news entry for 74111Joe Watkins2017-07-061-0/+2
| |
* | news entry for 74435Joe Watkins2017-07-061-0/+3
| |
* | news entry for 74603Joe Watkins2017-07-061-0/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Ferenc Kovacs2017-07-060-0/+0
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Ferenc Kovacs2017-07-060-0/+0
| |\
| | * add missing NEWS entry for #74087 and also fix the formattingFerenc Kovacs2017-07-061-4/+8
| | |