From: Christoph M. Becker Date: Sun, 25 Nov 2018 18:02:33 +0000 (+0100) Subject: Merge branch 'PHP-7.2' into PHP-7.3 X-Git-Tag: php-7.3.1RC1~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=070f6838db12ec628738e61cd7df2575eb17b0a9;p=php Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #77200: imagecropauto(…, GD_CROP_SIDES) crops left but not right --- 070f6838db12ec628738e61cd7df2575eb17b0a9 diff --cc NEWS index 3736be3564,819a42cab7..fad14571e3 --- a/NEWS +++ b/NEWS @@@ -12,11 -12,9 +12,13 @@@ PH - GD: . Fixed bug #77195 (Incorrect error handling of imagecreatefromjpeg()). (cmb) . Fixed bug #77198 (auto cropping has insufficient precision). (cmb) + . Fixed bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right). + (cmb) +- Soap: + . Fixed bug #77088 (Segfault when using SoapClient with null options). + (Laruence) + - Sockets: . Fixed bug #77136 (Unsupported IPV6_RECVPKTINFO constants on macOS). (Mizunashi Mana)