Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4, php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2, php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE, POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32, POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1, php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26, php-5.6.0alpha3, 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, php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28 |
|
#
a0955f35 |
| 08-Dec-2013 |
Adam Harvey |
Switch to using freetype-config for freetype detection. This fixes GD compilation against libfreetype 2.5.1 and later after they made the rather interesting decision to change their incl
Switch to using freetype-config for freetype detection. This fixes GD compilation against libfreetype 2.5.1 and later after they made the rather interesting decision to change their include directory layout in a point release. The original suggestion in the bug was to use pkg-config, but my inclination is to use freetype-config instead: we should be able to get the same configuration information without actually needing pkg-config installed, since pkg-config is by no means guaranteed to exist on many Unices and distros, whereas freetype-config should always be present if a libfreetype build environment is installed. Let's try it out and see what happens. Fixes bug #64405 (Use freetype-config for determining freetype2 dir(s)).
show more ...
|
Revision tags: 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, php-5.4.18 |
|
#
c6d977dd |
| 06-Aug-2013 |
Christopher Jones |
Fix long-standing visual pain point: the misalignment of './configure help' text. Whitespace changes and a couple of grammar fixes.
|
Revision tags: php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, 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, php-5.5.0RC1, php-5.3.25, php-5.4.15 |
|
#
36eee5b9 |
| 08-May-2013 |
Remi Collet |
Fixed bug #64785 : restore 5.4 behaviour, libpng is mandatory
|
#
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)
|
#
54d6f8b3 |
| 05-May-2013 |
Remi Collet |
gd: missing comma
|
#
2ab27001 |
| 04-May-2013 |
Remi Collet |
gd: fix typo and cleanups
|
#
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/.
|
#
5e9c6c3b |
| 03-May-2013 |
Ondřej Surý |
Rewrite Xpm library check so it doesn't break on MultiArch systems
|
#
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
|
Revision tags: php-5.5.0beta4 |
|
#
3a8ceed8 |
| 24-Apr-2013 |
Remi Collet |
allow use of gdImageCreateFromJpegEx with system libgd
|
#
aa4b0af2 |
| 24-Apr-2013 |
Remi Collet |
gd: provide imageflip with system libgd when available
|
Revision tags: php-5.4.15RC1 |
|
#
9819d81d |
| 23-Apr-2013 |
Remi Collet |
enable WebP with system libgd when available
|
#
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, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1 |
|
#
00a53ca8 |
| 20-Mar-2013 |
Pierre Joye |
- config.m4 sync with .w32
|
Revision tags: php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1 |
|
#
a9913603 |
| 28-Feb-2013 |
Pierre Joye |
- add image crop support
|
#
98e43de7 |
| 27-Feb-2013 |
Pierre Joye |
- add new file for m4 as well
|
Revision tags: php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1, php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1, php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5, php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2, php-5.4.0beta1, yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1 |
|
#
2954832b |
| 12-May-2011 |
Rasmus Lerdorf |
Check headers first and let the CHECK_LIBRARY macro handle checking for the library. This makes it correctly handle non-standard system paths as long as gcc knows about them. Should fix t
Check headers first and let the CHECK_LIBRARY macro handle checking for the library. This makes it correctly handle non-standard system paths as long as gcc knows about them. Should fix the build on Ubuntu natty.
show more ...
|
#
155972b1 |
| 12-May-2011 |
Rasmus Lerdorf |
Check headers first and let the CHECK_LIBRARY macro handle checking for the library. This makes it correctly handle non-standard system paths as long as gcc knows about them. Should fix t
Check headers first and let the CHECK_LIBRARY macro handle checking for the library. This makes it correctly handle non-standard system paths as long as gcc knows about them. Should fix the build on Ubuntu natty.
show more ...
|
Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5, php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1 |
|
#
cccc349a |
| 04-Oct-2010 |
Pierre Joye |
- initial webp support, rely on libpx, final version will be either w/o dep or using libwebp (to be released by g)
|
Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1, php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1, php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1 |
|
#
f726afbf |
| 27-May-2009 |
Pierre Joye |
- [DOC] always enable imagecolormatch
|
#
59ec80c5 |
| 27-May-2009 |
Pierre Joye |
- MFH: [DOC] always enable imagerotate (bundled or system gd)
|
#
a008f130 |
| 26-May-2009 |
Pierre Joye |
- MFH: [DOC] - add image(filled)ellipse to the compat layer (work around a bug in debian too, function is declared but not present in the lib...)
|
#
b682f429 |
| 26-May-2009 |
Pierre Joye |
- [DOC] always enable imagefilter and imageconvolution, even when built against system's gd
|