Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | set versionsphp-7.0.22PHP-7.0.22 | Anatol Belski | 2017-08-01 | 3 | -4/+4 |
* | fix typophp-7.0.22RC1 | Anatol Belski | 2017-07-18 | 1 | -1/+1 |
* | set versions | Anatol Belski | 2017-07-18 | 3 | -4/+4 |
* | fix missing var for phpize | Anatol Belski | 2017-07-17 | 1 | -0/+1 |
* | Fixed bug #74906 redirecting incorrect include <sys/errno.h> | Peter Kokot | 2017-07-17 | 2 | -7/+2 |
* | Fixed bug 74913 redirecting incorrect include <sys/poll.h> | Peter Kokot | 2017-07-17 | 2 | -1/+6 |
* | Bump OCI8 version for recent patch | Christopher Jones | 2017-07-14 | 3 | -7/+22 |
* | Guard against AppVeyor losing deps issue | Anatol Belski | 2017-07-12 | 1 | -0/+7 |
* | increase poll timeout as false positives mitigation | Anatol Belski | 2017-07-12 | 1 | -1/+1 |
* | update NEWS | Anatol Belski | 2017-07-10 | 1 | -2/+0 |
* | switch to next binary tools sdk version | Anatol Belski | 2017-07-10 | 1 | -1/+1 |
* | Revert "Add more constants, improve comments, and add tests" | Anatol Belski | 2017-07-10 | 4 | -162/+1 |
* | #73594 tests only check the extra params if dns_get_record is successful | Pedro Magalhães | 2017-07-10 | 2 | -4/+6 |
* | Fixed bug #74852 (property_exists returns true on unknown DateInterval property) | jhdxr | 2017-07-10 | 3 | -5/+26 |
* | [ci skip] update NEWS | Anatol Belski | 2017-07-09 | 1 | -0/+4 |
* | Fixed bug #74883 SQLite3::__construct() produces "out of memory" exception wi... | Anatol Belski | 2017-07-08 | 1 | -3/+6 |
* | update libs versions | Anatol Belski | 2017-07-08 | 1 | -2/+2 |
* | Fix NEWS entry location | Christopher Jones | 2017-07-07 | 1 | -1/+3 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Ferenc Kovacs | 2017-07-06 | 0 | -0/+0 |
|\ | |||||
| * | add missing NEWS entry for #74087 and also fix the formatting | Ferenc Kovacs | 2017-07-06 | 1 | -4/+8 |
| * | move NEWS entry to the correct place, also bump the version | Ferenc Kovacs | 2017-07-06 | 3 | -7/+11 |
* | | [ci skip] sync NEWS | Anatol Belski | 2017-07-05 | 1 | -0/+17 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Remi Collet | 2017-07-05 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | NEWS for oniguruma | Remi Collet | 2017-07-05 | 1 | -0/+2 |
| * | Patch from the upstream git | Remi Collet | 2017-07-05 | 1 | -1/+3 |
| * | Patch from the upstream git | Remi Collet | 2017-07-05 | 1 | -1/+8 |
| * | Patch from the upstream git | Remi Collet | 2017-07-05 | 1 | -0/+2 |
| * | Patch from the upstream git | Remi Collet | 2017-07-05 | 1 | -5/+0 |
| * | Patch from the upstream git | Remi Collet | 2017-07-05 | 1 | -2/+6 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2017-07-04 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Improve fix for #74145 | Stanislav Malyshev | 2017-07-04 | 1 | -5/+10 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2017-07-04 | 3 | -4/+4 |
|\ \ | |/ | |||||
| * | Fix tests | Stanislav Malyshev | 2017-07-04 | 2 | -4/+4 |
* | | Fix wddx | Stanislav Malyshev | 2017-07-04 | 1 | -4/+1 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2017-07-04 | 10 | -6377/+5538 |
|\ \ | |/ | |||||
| * | Update NEWS | Stanislav Malyshev | 2017-07-04 | 1 | -1/+17 |
| * | Fix bug #74087 | Stanislav Malyshev | 2017-07-04 | 1 | -1/+1 |
| * | Fixed parsing of strange formats with mixed month/day and time strings | Derick Rethans | 2017-07-04 | 2 | -6370/+5466 |
| * | Fix bug #74145 - wddx parsing empty boolean tag leads to SIGSEGV | Stanislav Malyshev | 2017-07-04 | 3 | -9/+31 |
| * | Fixed bug #74111 | Nikita Popov | 2017-07-04 | 4 | -517/+501 |
| * | Fix #74435: Buffer over-read into uninitialized memory | Christoph M. Becker | 2017-07-04 | 3 | -0/+30 |
| * | Fix bug #74603 - use correct buffer size | Stanislav Malyshev | 2017-07-04 | 3 | -1/+17 |
| * | Fix bug #74651 - check EVP_SealInit as it can return -1 | Stanislav Malyshev | 2017-07-04 | 3 | -3/+47 |
| * | Update NEWS | Stanislav Malyshev | 2017-06-24 | 1 | -0/+4 |
| * | Fix bug #73807 | Nikita Popov | 2017-06-20 | 1 | -3/+9 |
* | | Fixed bug #74111 | Nikita Popov | 2017-07-04 | 3 | -519/+493 |
* | | Fix bug #74603 - use correct buffer size | Stanislav Malyshev | 2017-07-04 | 3 | -1/+17 |
* | | Fix bug #74651 - check EVP_SealInit as it can return -1 | Stanislav Malyshev | 2017-07-04 | 3 | -1/+45 |
* | | Adapt for 32-bits which fails at different offset (49 vs 38) | Remi Collet | 2017-07-04 | 1 | -1/+1 |
* | | fix datatype | Anatol Belski | 2017-07-04 | 2 | -2/+2 |