]> granicus.if.org Git - php/commit
We need both gdImageCreateFromJpeg* and gdImageCreateFromJpeg*Ex
authorRemi Collet <remi@php.net>
Wed, 24 Apr 2013 14:07:50 +0000 (16:07 +0200)
committerRemi Collet <remi@php.net>
Wed, 24 Apr 2013 14:07:50 +0000 (16:07 +0200)
commitdd0399f5c6d2acfe53621f9e5daf61c57e8e66c6
tree68c6f7f9161ef9098b4e177c2ddc153b4189f674
parent7189cc5be85016d41cd4fb65e968d0856bd0aea1
We need both gdImageCreateFromJpeg* and gdImageCreateFromJpeg*Ex

The new (Ex) functions are used with the new ignore_warning parameter

The standard functions are used in _php_image_create_from_string,
sent as a function pointer, and call without this optional parameter.
ext/gd/gd.c
ext/gd/libgd/gd.h
ext/gd/libgd/gd_jpeg.c