History log of /PHP-5.5/ext/gd/gd.c (Results 26 – 50 of 497)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# 7b061897 26-Apr-2013 Pierre Joye

#64710, kill unused vars


# 3fffc78e 26-Apr-2013 Pierre Joye

#64710, kill unused vars


# afe46d4d 26-Apr-2013 Pierre Joye

#64710, Implicit declaration


Revision tags: php-5.5.0beta4
# 3a8ceed8 24-Apr-2013 Remi Collet

allow use of gdImageCreateFromJpegEx with system libgd


# dd0399f5 24-Apr-2013 Remi Collet

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_

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.

show more ...


# 7189cc5b 24-Apr-2013 Remi Collet

gd: fix proto comment


# aa4b0af2 24-Apr-2013 Remi Collet

gd: provide imageflip with system libgd when available


Revision tags: php-5.4.15RC1
# 2005a15c 23-Apr-2013 Remi Collet

fix copy/paste in error message


# eb507899 23-Apr-2013 Remi Collet

(re)allow WBMP detection with system libgd
provide getbmi and skipheader not exported functions in gd_compat.


# ec1678dd 22-Apr-2013 Remi Collet

temporary disable WBM detection with system libgd, as gdGetC, getmbi and skipheader not exported


# 684f4d52 11-Apr-2013 Pierre Joye

lucky that the name is not used, fix name of encoder


# 224a67fb 10-Apr-2013 Pierre Joye

add external 2.1 detection and fix gd_compat for 2.1+


Revision tags: php-5.4.14, php-5.3.24, php-5.5.0beta3
# ac0b66f1 28-Mar-2013 Pierre Joye

fix BELL constant declaration


Revision tags: php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2
# e7d88a63 27-Mar-2013 Pierre Joye

add WebP support in phpinfo


# f3ebb40a 27-Mar-2013 Pierre Joye

FALSE on error


# 5ae6f582 26-Mar-2013 Pierre Joye

fix regression, take #2 (merge issue due to git 1.8 default setting changes)


Revision tags: php-5.5.0beta1
# 1ec484d3 20-Mar-2013 Pierre Joye

- add imageaffinematrixget and imagematrixconcat


12345678910>>...20