#
079bc324 |
| 22-May-2017 |
Ingmar Runge |
Fixed bug #74631 (PDO_PCO with PHP-FPM: OCI environment initialized before PHP-FPM sets it up) |
#
799b52e8 |
| 19-Aug-2017 |
Andrea Faulds |
Retroactively correct NEWS omission |
#
ccb09d2c |
| 19-Aug-2017 |
Andrea Faulds |
Merge branch 'PHP-7.1' into PHP-7.2
|
#
158b06cf |
| 19-Aug-2017 |
Andrea Faulds |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
61538eba |
| 19-Aug-2017 |
Andrea Faulds |
Fixed bug #75097 (gethostname fails if your host name is 64 chars long) PHP contained two different off-by-one errors, which are fixed here. First, it created a buffer of size HOST_NAME_
Fixed bug #75097 (gethostname fails if your host name is 64 chars long) PHP contained two different off-by-one errors, which are fixed here. First, it created a buffer of size HOST_NAME_MAX, not adding space for a null terminator. Second, it subtracted 1 from the size of that buffer when passing its size to gethostname(), despite gethostname() expecting it to be a buffer size including space for a terminating null byte, not a string length.
show more ...
|
#
6f55fe05 |
| 19-Aug-2017 |
Anatol Belski |
[ci skip] update NEWS |
#
95ef8e96 |
| 19-Aug-2017 |
Anatol Belski |
[ci skip] update NEWS |
#
3cad07b8 |
| 19-Aug-2017 |
Anatol Belski |
[ci skip] update NEWS |
#
07e8cb42 |
| 18-Aug-2017 |
Anatol Belski |
[ci skip] update NEWS |
#
debbaba9 |
| 18-Aug-2017 |
Remi Collet |
NEWS |
#
de0b816b |
| 18-Aug-2017 |
Remi Collet |
NEWS |
#
b28912b0 |
| 18-Aug-2017 |
Remi Collet |
NEWS |
#
ef90e37b |
| 18-Aug-2017 |
Dmitry Stogov |
Fixed bug #75089 (preg_grep() is not reporting PREG_BAD_UTF8_ERROR after first input string) |
#
1d9b46f3 |
| 17-Aug-2017 |
Kalle Sommer Nielsen |
Implemented FR #74781 (Add the latest PG_DIAG_* const) |
#
5b02d105 |
| 16-Aug-2017 |
Joe Watkins |
bump versions |
#
3e66ae67 |
| 15-Aug-2017 |
Remi Collet |
Update NEWS for 7.2.0RC1 |
#
6c1c49d1 |
| 15-Aug-2017 |
Remi Collet |
Update NEWS for PHP 7.2.0beta3 |
#
3af62012 |
| 15-Aug-2017 |
Anatol Belski |
move dev to 7.0.24 |
#
6b77792d |
| 15-Aug-2017 |
Xinchen Hui |
Update NEWS |
#
6275825c |
| 15-Aug-2017 |
Xinchen Hui |
Update NEWS |
#
d8c80af7 |
| 15-Aug-2017 |
Xinchen Hui |
Fixed bug #75075 (unpack with X* causes infinity loop) |
#
112afb92 |
| 14-Aug-2017 |
Anatol Belski |
[ci skip] update NEWS |
#
73d84d4b |
| 14-Aug-2017 |
Anatol Belski |
[ci skip] update NEWS |
#
36eddfc7 |
| 13-Aug-2017 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fixed bug #73793 (WDDX uses wrong decimal seperator)
|
#
207105b1 |
| 13-Aug-2017 |
Christoph M. Becker |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fixed bug #73793 (WDDX uses wrong decimal seperator)
|