#
fb18b8bd |
| 26-Nov-2018 |
Nikita Popov |
Merge branch 'PHP-7.2' into PHP-7.3
|
#
9ec519e0 |
| 21-Nov-2018 |
Colin Basnett |
Fixed bug #77184 The U in URATIONAL is for unsigned, so the values should be printed as unsigned. |
#
2c4425a8 |
| 26-Nov-2018 |
Adam Baratz |
update NEWS |
#
e126ca15 |
| 07-Nov-2018 |
Sergei Morozov |
Check column number before trying to fetch the value |
#
070f6838 |
| 25-Nov-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #77200: imagecropauto(…, GD_CROP_SIDES) crops left but not right
|
#
a1aaec08 |
| 25-Nov-2018 |
Christoph M. Becker |
Fix #77200: imagecropauto(…, GD_CROP_SIDES) crops left but not right We apply the upstream patch[1]. [1] <https://github.com/libgd/libgd/commit/6613094e5d218dc4d4372757aef5e58c6462a
Fix #77200: imagecropauto(…, GD_CROP_SIDES) crops left but not right We apply the upstream patch[1]. [1] <https://github.com/libgd/libgd/commit/6613094e5d218dc4d4372757aef5e58c6462a9f7>
show more ...
|
#
d2a1839d |
| 25-Nov-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #77198: auto cropping has insufficient precision
|
#
b47b8886 |
| 25-Nov-2018 |
Christoph M. Becker |
Fix #77198: auto cropping has insufficient precision We apply the upstream patch[1], and also fix the erroneous bailout at the end of `gdImageAutoCrop()`, since `crop.x` and `crop.y` may
Fix #77198: auto cropping has insufficient precision We apply the upstream patch[1], and also fix the erroneous bailout at the end of `gdImageAutoCrop()`, since `crop.x` and `crop.y` may very well be zero. [1] <https://github.com/libgd/libgd/commit/bda85aaeeb1d7467d92c892ba4c30eaa53d7a6d4>
show more ...
|
#
caabf3a1 |
| 24-Nov-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #77195: Incorrect error handling of imagecreatefromjpeg()
|
#
60a9f7a3 |
| 24-Nov-2018 |
Christoph M. Becker |
Fix #77195: Incorrect error handling of imagecreatefromjpeg() The broken JPEG image triggers a notice, two warnings and outputs a message to stderr directly. The additional notice is pr
Fix #77195: Incorrect error handling of imagecreatefromjpeg() The broken JPEG image triggers a notice, two warnings and outputs a message to stderr directly. The additional notice is pretty useless, and the direct output to stderr is bad. Therefore, we port the relevant differences from upstream to our bundled libgd. This leaves us with two warnings; the first one is triggered by libjpeg and shows the actual problem, the second one is triggered by our libgd wrapper whenever an image can't be read, what may not have necessarily triggered a warning before.
show more ...
|
#
2979c6a5 |
| 23-Nov-2018 |
Christoph M. Becker |
[ci skip] Preliminary fix for NEWS No more regular bug fixes for PHP 7.3.0. We'll clean up the rest later. |
#
b0a86566 |
| 23-Nov-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #77177: Serializing or unserializing COM objects crashes
|
#
115ee49b |
| 23-Nov-2018 |
Christoph M. Becker |
Fix #77177: Serializing or unserializing COM objects crashes Firstly, we avoid returning NULL from the get_property handler, but instead return an empty HashTable, which already prevents
Fix #77177: Serializing or unserializing COM objects crashes Firstly, we avoid returning NULL from the get_property handler, but instead return an empty HashTable, which already prevents the crashes. Secondly, since (de-)serialization obviously makes no sense for COM, DOTNET and VARIANT objects (at least with the current implementation), we prohibit it right away.
show more ...
|
#
0b3cbd66 |
| 21-Nov-2018 |
Sara Golemon |
Prep for 7.1.26 |
#
aaafd793 |
| 21-Nov-2018 |
Xinchen Hui |
Fixed bug #77088 (Segfault when using SoapClient with null options) SoapClient constructor has its own error handler |
#
b6d5d926 |
| 20-Nov-2018 |
Nikita Popov |
Merge branch 'PHP-7.2' into PHP-7.3
|
#
bbbaf1ca |
| 20-Nov-2018 |
Nikita Popov |
Merge branch 'PHP-7.1' into PHP-7.2
|
#
11ddf766 |
| 20-Nov-2018 |
Valentin V. Bartenev |
Fix bug #71041 dynamic embed SAPI load error If the library is built with ZEND_SIGNALS defined, it's unusable with an external SAPI module because the zend_signal_startup() call is manda
Fix bug #71041 dynamic embed SAPI load error If the library is built with ZEND_SIGNALS defined, it's unusable with an external SAPI module because the zend_signal_startup() call is mandatory in this case. This bug is similar to #74149, but related to dynamic loading of PHP library.
show more ...
|
#
7a0d3406 |
| 20-Nov-2018 |
Nikita Popov |
Merge branch 'PHP-7.2' into PHP-7.3
|
#
e672cd43 |
| 10-Nov-2018 |
Mizunashi Mana |
Define __APPLE_USE_RFC_3542 for new ipv6 constants |
#
9fc52c16 |
| 20-Nov-2018 |
Sara Golemon |
Bump for 7.2.14 |
#
63973d1b |
| 20-Nov-2018 |
Stanislav Malyshev |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Disable rsh/ssh functionality in imap by default (bug #77153)
|
#
336d2086 |
| 19-Nov-2018 |
Stanislav Malyshev |
Disable rsh/ssh functionality in imap by default (bug #77153) |
#
05782f01 |
| 19-Nov-2018 |
Stanislav Malyshev |
Disable rsh/ssh functionality in imap by default (bug #77153) |
#
03a3a04e |
| 20-Nov-2018 |
Christoph M. Becker |
[ci skip] Update NEWS wrt. php-7.3.0RC6 tagging |