#
3317287c |
| 30-Aug-2016 |
Nikita Popov |
Fix bug #71711 Also handle another case of bug #71996. |
#
b218eb91 |
| 30-Aug-2016 |
Nikita Popov |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
8e487aef |
| 30-Aug-2016 |
Nikita Popov |
Fixed bug #71996 |
#
ecdef60d |
| 30-Aug-2016 |
Christoph M. Becker |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
972302d2 |
| 30-Aug-2016 |
Christoph M. Becker |
Merge branch 'PHP-5.6' into PHP-7.0
|
#
2f10db36 |
| 30-Aug-2016 |
Christoph M. Becker |
Fix #66797: mb_substr only takes 32-bit signed integer `from` and `len` are `long`, but get passed to mbfl_substr() which expects `int`s. Therefore we clamp the values to avoid the undef
Fix #66797: mb_substr only takes 32-bit signed integer `from` and `len` are `long`, but get passed to mbfl_substr() which expects `int`s. Therefore we clamp the values to avoid the undefined conversion behavior.
show more ...
|
#
52afd8b7 |
| 30-Aug-2016 |
Anatol Belski |
fix typo |
#
bc746026 |
| 30-Aug-2016 |
Anatol Belski |
prepare for next |
#
d49024c6 |
| 30-Aug-2016 |
Nikita Popov |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
bfd42770 |
| 30-Aug-2016 |
Nikita Popov |
Fix bug #72957 |
#
51a564e5 |
| 30-Aug-2016 |
Nikita Popov |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
07cc6a6b |
| 30-Aug-2016 |
Nikita Popov |
Fix bug #72971 |
#
4a12450d |
| 30-Aug-2016 |
Yasuo Ohgaki |
Update NEWS |
#
b5f2f6fb |
| 30-Aug-2016 |
Yasuo Ohgaki |
Fixed bug #72940 SID always return "name=ID", even if session cookie exist |
#
38a7c0e0 |
| 30-Aug-2016 |
Christoph M. Becker |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
65f0c163 |
| 30-Aug-2016 |
Christoph M. Becker |
Merge branch 'PHP-5.6' into PHP-7.0
|
#
207dab58 |
| 29-Aug-2016 |
Christoph M. Becker |
Fix #71882: Negative ftruncate() on php://memory exhausts memory We must not pass negative sizes to a size_t parameter. |
#
ec8bbba9 |
| 29-Aug-2016 |
Christoph M. Becker |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
4b45c0a9 |
| 29-Aug-2016 |
Christoph M. Becker |
Merge branch 'pull-request/2043' into PHP-7.0
|
#
6bb5b6e8 |
| 29-Aug-2016 |
Anatol Belski |
update NEWS |
#
5bcae9d5 |
| 29-Aug-2016 |
Anatol Belski |
update NEWS |
#
ae81e8fc |
| 29-Aug-2016 |
Anatol Belski |
update NEWS |
#
f5b4aae7 |
| 29-Aug-2016 |
Jakub Zelenka |
Update NEWS with info about a json_encode fail return |
#
b5bab0fc |
| 29-Aug-2016 |
Dmitry Stogov |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fixed bug #72944 (Null pointer deref in zval_delref_p).
|
#
b66039db |
| 29-Aug-2016 |
Dmitry Stogov |
Fixed bug #72944 (Null pointer deref in zval_delref_p). |