#
356b586e |
| 17-Aug-2016 |
Christoph M. Becker |
Merge branch 'PHP-5.6' into PHP-7.0
|
#
48198e4c |
| 17-Aug-2016 |
Christoph M. Becker |
Fix #68302: impossible to compile php with zip support We should not let configure succeed, if SIZEOF_OFF_T == 0, just to let the compilation fail later. Instead we bail out early, givin
Fix #68302: impossible to compile php with zip support We should not let configure succeed, if SIZEOF_OFF_T == 0, just to let the compilation fail later. Instead we bail out early, giving a hint regarding the potential issue, namely misconfigured libraries.
show more ...
|
#
30e751fe |
| 17-Aug-2016 |
Xinchen Hui |
Update NEWs |
#
1dab8e07 |
| 17-Aug-2016 |
Xinchen Hui |
Update NEWs |
#
abe00908 |
| 17-Aug-2016 |
Xinchen Hui |
Fixed bug #72853 (stream_set_blocking doesn't work) Implemented PHP_STREAM_OPTION_META_DATA_API for plain_wrappers |
#
9e00ad2b |
| 17-Aug-2016 |
Stanislav Malyshev |
Update NEWS |
#
5a4eab96 |
| 16-Aug-2016 |
Anatol Belski |
update NEWS |
#
0f337e11 |
| 16-Aug-2016 |
Anatol Belski |
update NEWS |
#
1d24ac46 |
| 16-Aug-2016 |
Christoph M. Becker |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
6202b47e |
| 16-Aug-2016 |
Christoph M. Becker |
Merge branch 'PHP-5.6' into PHP-7.0
|
#
1bb92d52 |
| 16-Aug-2016 |
Christoph M. Becker |
#72085: SEGV on unknown address zif_xml_parse We better make sure that the ZVALs we're accessing as arrays are indeed arrays. |
#
e2230c17 |
| 16-Aug-2016 |
Nikita Popov |
Fix bug #72854 |
#
60de74eb |
| 15-Aug-2016 |
Xinchen Hui |
Fixed bug #72846 (getConstant for a array constant with constant values returns NULL/NFC/UKNOWN) |
#
e910b0a8 |
| 14-Aug-2016 |
Anatol Belski |
update NEWS |
#
5c7f802e |
| 14-Aug-2016 |
Anatol Belski |
update NEWS |
#
9f1d962e |
| 14-Aug-2016 |
Jakub Zelenka |
Fixed bug #72787 (json_decode reads out of bounds) |
#
6ab9b531 |
| 13-Aug-2016 |
Nikita Popov |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
98787d90 |
| 13-Aug-2016 |
Nikita Popov |
Merge branch 'PHP-5.6' into PHP-7.0
|
#
dfadc5a4 |
| 10-Aug-2016 |
Benedict Singer |
Bug 70195 Many FTP-S servers now require FTP clients to re-use the SSL session from the control connection on the data connection, to prove that the same entity controls both connect
Bug 70195 Many FTP-S servers now require FTP clients to re-use the SSL session from the control connection on the data connection, to prove that the same entity controls both connections. This patch updates PHP's FTP-S client code to allow that possibility.
show more ...
|
#
a927056c |
| 13-Aug-2016 |
Christoph M. Becker |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
33508a3d |
| 13-Aug-2016 |
Christoph M. Becker |
Merge branch 'PHP-5.6' into PHP-7.0
|
#
82df4e26 |
| 13-Aug-2016 |
Christoph M. Becker |
Fix #72278: getimagesize returning FALSE on valid jpg getimagesize() is rather strict about the length of the marker payload data, and fails if there are extraneous bytes before the next
Fix #72278: getimagesize returning FALSE on valid jpg getimagesize() is rather strict about the length of the marker payload data, and fails if there are extraneous bytes before the next marker. Only a very special case reported in bug #13213 is catered to. libjpeg is rather resilient to such corrupted JPEG files, and raises a recoverable error in this case. Other image processors also accept such JPEG files, so we adapt getimagesize() to skip (but warn about) such extraneous bytes.
show more ...
|
#
ae3b2078 |
| 13-Aug-2016 |
Christoph M. Becker |
Fix #72823: strtr out-of-bound access If php_strtr_array_prepare_repls() reports pattern_len == 0, we return early to avoid OOB accesses, and because there is nothing to replace anyway. |
#
02d6e4e5 |
| 12-Aug-2016 |
Christoph M. Becker |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
175d94b6 |
| 12-Aug-2016 |
Christoph M. Becker |
Merge branch 'PHP-5.6' into PHP-7.0
|