* PHP-7.2:
Fix #77200: imagecropauto(…, GD_CROP_SIDES) crops left but not right
- 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)