#
e030eb82 |
| 14-Apr-2001 |
Wez Furlong |
When using freetype2, turn off libttf and turn on native gd ttf. |
#
e9731903 |
| 13-Apr-2001 |
Wez Furlong |
Added GD 2.0.1 support. |
Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3 |
|
#
8a26918e |
| 27-Mar-2001 |
foobar |
Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. # Heads up people! I tested this before committing but you never know.. |
Revision tags: php-4.0.5RC2, php-4.0.5RC1, php-4.0.4pl1, php-4.0.4pl1RC2 |
|
#
337edb9c |
| 06-Jan-2001 |
Rui Hirokawa |
fixed option name mismatch. |
Revision tags: php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4 |
|
#
7e28784d |
| 06-Dec-2000 |
Sascha Schumann |
Fix indentation of configure output |
#
bbb46b6c |
| 06-Dec-2000 |
Stanislav Malyshev |
Fix T1 static build |
#
f0744d73 |
| 04-Dec-2000 |
Stanislav Malyshev |
GD shared build fixes - should fix problem with gd.so not being linked with right libraries |
Revision tags: php-4.0.4RC3 |
|
#
5c16c9fa |
| 28-Nov-2000 |
foobar |
AC_CHECK_LIB prints out yes/no itself. |
#
40462d1d |
| 11-Nov-2000 |
foobar |
Fix for #7758. Plus some cleaning. |
#
ffc95d61 |
| 09-Nov-2000 |
foobar |
Beutifying the output of configure a bit. # I promise, this is the last commit for today. =) |
#
78181699 |
| 09-Nov-2000 |
foobar |
Remove duplicate check for xpm support. |
#
368054d2 |
| 09-Nov-2000 |
foobar |
Fix to get jpeg/xpm support everytime. |
#
443d2893 |
| 09-Nov-2000 |
foobar |
Fixed bug: #5460 |
#
95eceee4 |
| 08-Nov-2000 |
foobar |
Cleaned up a bit. |
#
3f85e944 |
| 08-Nov-2000 |
foobar |
config.m4 |
#
d12c4de6 |
| 21-Oct-2000 |
Rasmus Lerdorf |
Fix annoying $withval interaction in GD configure stuff |
#
4de105ae |
| 16-Oct-2000 |
Rui Hirokawa |
added a option to use the truetype string handling function in gd.\n it is useful for japanese because the truetype string function in gd supports some japanese encodings. |
#
cd7dae06 |
| 14-Oct-2000 |
Marko Karppinen |
We don't support FreeType 2 - let's stop pretending we do |
#
e6d03e7a |
| 14-Oct-2000 |
foobar |
config.m4 |
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1 |
|
#
045ee57f |
| 28-Sep-2000 |
Stefan Roehrich |
Line seems to be missing and causing configure test failures for other extensions. |
Revision tags: php-4.0.2 |
|
#
3cb026db |
| 23-Aug-2000 |
Sascha Schumann |
Fix library order for -lpng -lz. PR: #3978 |
Revision tags: PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2 |
|
#
92b963bb |
| 26-Jun-2000 |
Jouni Ahto |
- Fixed another missing test for existing functions in libgd. # This too should go in 4.0.1 if just possible. |
#
29e5cf81 |
| 26-Jun-2000 |
Jouni Ahto |
- Test gdImagePaletteCopy and define HAVE_LIBGD15 if found. - s/HAVE_LIBGD13/HAVE_LIBGD15/ in ImagePaletteCopy, ImageCopyMerge. # This really should go into 4.0.1 or we'll get a lot of compla
- Test gdImagePaletteCopy and define HAVE_LIBGD15 if found. - s/HAVE_LIBGD13/HAVE_LIBGD15/ in ImagePaletteCopy, ImageCopyMerge. # This really should go into 4.0.1 or we'll get a lot of complaints from # people using older versions of gd (because it still supports gif).
show more ...
|
Revision tags: php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
4f0f3c3b |
| 06-Jun-2000 |
Jouni Ahto |
- Preparing to add new image types to gd module. # Sascha, if you see this, why are there two checks for jpeg dirs # (PHP_GD_JPEG)? I just literally applied the same method to check for #
- Preparing to add new image types to gd module. # Sascha, if you see this, why are there two checks for jpeg dirs # (PHP_GD_JPEG)? I just literally applied the same method to check for # Xpm libs, don't know how to fix it. Could you please have a look at this?
show more ...
|
#
3bbc7466 |
| 27-May-2000 |
Hartmut Holzgraefe |
added comments to the System/Distribution specific default path tests for gd.h ? can someone imagine a clever way to have that done for _all_ packages in a simple and general way ? |