History log of /PHP-7.4/ext/gd/gd.c (Results 126 – 150 of 626)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9081a1bd 12-May-2014 Xinchen Hui

Refactor ext/gd (all tests passes)


# 291b45af 12-May-2014 Stanislav Malyshev

Fix bug #67248 (imageaffinematrixget missing check of parameters)


Revision tags: php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1
# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)


Revision tags: php-5.6.0beta1, php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1
# f2d5b2b6 12-Mar-2014 Remi Collet

Fixed Bug #66893i imagescale ignore method argument

We also have our goto fail; bug.

Upstream fix for libgd
https://bitbucket.org/libgd/gd-libgd/commits/5b42b1178c37ffd30c9a1573

Fixed Bug #66893i imagescale ignore method argument

We also have our goto fail; bug.

Upstream fix for libgd
https://bitbucket.org/libgd/gd-libgd/commits/5b42b1178c37ffd30c9a15733058656be0277da0

show more ...


# dada2f55 12-Mar-2014 Remi Collet

Fixed Bug #66890 imagescale segfault

zend_parse_parameters "l" expect long, not int


# 8e3c2015 09-Mar-2014 Pierre Joye

- fix #66869, Invalid 2nd argument crashes imageaffinematrixget


Revision tags: php-5.5.10, php-5.4.26, php-5.6.0alpha3
# 143bb29c 19-Feb-2014 Brad Daily

Fixes #66714: imageconvolution breakage in 5.5.9

5.5.9 included some GD fixes related to #66356. One of those fixes changed the
above section of imageconvolution, but the variable was mi

Fixes #66714: imageconvolution breakage in 5.5.9

5.5.9 included some GD fixes related to #66356. One of those fixes changed the
above section of imageconvolution, but the variable was mistyped.

show more ...


Revision tags: php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2, php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24
# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


# 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


12345678910>>...26