History log of /PHP-8.3/ext/gd/gd.c (Results 226 – 250 of 718)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year


# 2938329c 27-Dec-2013 Xinchen Hui

Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop())

And also fixed the bug: arguments are altered after some calls


Revision tags: php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19, php-5.5.2
# cd14de94 15-Aug-2013 Christopher Jones

Reduce compiler noise by removing unused variables and labels


Revision tags: php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1
# e9a95d78 13-Jul-2013 Veres Lajos

typo fixes


# 1b06e0be 13-Jul-2013 Veres Lajos

typo fixes


# 72085b0e 13-Jul-2013 Veres Lajos

typo fixes


Revision tags: php-5.3.27, php-5.4.17
# 9da4985b 24-Jun-2013 Remi Collet

fix imagecreatefromwebp and imagewebp protos


# 8075f1f4 24-Jun-2013 Remi Collet

Use same logic to load WebP image that other formats


Revision tags: php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1
# e1acaea4 15-May-2013 Jakub Vrana

Require second parameter of imagecrop()


# fc898ee0 21-Jun-2013 Remi Collet

Fixed Bug #65060 imagecreatefrom... crashes with user streams
Fixed Bug #65084 imagecreatefromjpeg fails with URL

Regression introduced in 8a90aad (drop of USE_GD_IOCTX)
Secure with

Fixed Bug #65060 imagecreatefrom... crashes with user streams
Fixed Bug #65084 imagecreatefromjpeg fails with URL

Regression introduced in 8a90aad (drop of USE_GD_IOCTX)
Secure with php_stream_can_cast to avoid segfault in php_stream_cast.
(encountered when imagecreatefromxpm with URL)

show more ...


# 46d3738d 15-May-2013 Jakub Vrana

Fix image method signatures


# b787fdeb 15-May-2013 Jakub Vrana

Fix image method signatures


# 99ea60c2 03-Jun-2013 Remi Collet

Fixed Bug #64961 segfault in imagesetinterpolation

enum type are not long ;) so cannot be used as zend_parse_parameters arg.


Revision tags: php-5.5.0RC1, php-5.3.25, php-5.4.15
# 9480de29 06-May-2013 Remi Collet

Revert removal of overflow2 use in gd.c
Function provided by gd_security with bundled libgd
Function provided by gd_compat with system libgd

This fix failed test imageloadfont_invali

Revert removal of overflow2 use in gd.c
Function provided by gd_security with bundled libgd
Function provided by gd_compat with system libgd

This fix failed test imageloadfont_invalid.phpt
This test now also pass with system libgd

show more ...


# 0cae9a15 05-May-2013 Remi Collet

Move (back) missing functions in system libgd to gd_compat
- display libPng version in all cases
- gd_compat.c in ext/gd (nothing in ext/gd/libgd)


# 9a48b650 05-May-2013 Remi Collet

gd: don't include png.h (breaks build on some old version), so report libPNG version only with external libgd


# 00b097d2 04-May-2013 Remi Collet

fix build with bundled libgd


# 2a2ac5f2 03-May-2013 Ondřej Surý

Move png and jpeg version functions to gd.c so the external library build doesn't include anything from libgd/.


# 8a90aad3 03-May-2013 Ondřej Surý

Required GD >= 2.1.0 or GD bundled, this allows us to remove most of the #ifdef


# 2fc17d83 03-May-2013 Ondřej Surý

* Remove overflow2, getmbi and skipheaders from gd_compat.h * Add missing return in _php_ctx_getmbi * Reintroduce imagecreatefromxbm by checking for gdCreateImageFromXbm


Revision tags: php-5.3.25RC1
# 6aedadce 25-Apr-2013 Ondřej Surý

Allow to use new GD-2.1.0 function from system library


# 25c9f34c 27-Apr-2013 Pierre Joye

fix #64725, wrong res check


# 2809afa1 26-Apr-2013 Pierre Joye

- #64710, check return val


# b0afef2d 26-Apr-2013 Pierre Joye

#64710, kill unused vars


12345678910>>...29