. Fixed bug #73272 (imagescale() is not affected by, but affects
imagesetinterpolation()). (cmb)
. Fixed bug #73279 (Integer overflow in gdImageScaleBilinearPalette()). (cmb)
+ . Fixed bug #73280 (Stack Buffer Overflow in GD dynamicGetbuf). (cmb)
+- phpdbg:
+ . Properly allow for stdin input from a file. (Bob)
+ . Add -s command line option / stdin command for reading script from stdin.
+ (Bob)
+
+- Session:
+ . Fixed bug #73273 (session_unset() empties values from all variables in which
+ is $_session stored). (Nikita)
+
- SOAP:
. Fixed bug #73037 (SoapServer reports Bad Request when gzipped). (Anatol)
+ . Fixed bug #73237 (Nested object in "any" element overwrites other fields).
+ (Keith Smiley)
- Standard:
. Fixed bug #73203 (passing additional_parameters causes mail to fail). (cmb)