#
980bac69 |
| 18-Mar-2003 |
foobar |
Fixed bug #22751 (Compile error in gdcache when external libgd is used) |
Revision tags: php-4.3.2RC1, php-4.3.1 |
|
#
1d9477f3 |
| 02-Feb-2003 |
Marcus Boerger |
- new xbm support @Added XBM support for bundled gd library. (marcus) # It was enabled by the last commit and fixed by this one. |
#
07246c2f |
| 01-Feb-2003 |
Marcus Boerger |
Bundled version has XBM support as well as external. # Now fix the shit behind it... |
Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
04eca753 |
| 23-Jan-2003 |
foobar |
MFB |
#
f6cee901 |
| 20-Jan-2003 |
foobar |
Add test for png.h |
Revision tags: php-4.3.0, php-4.3.0RC4 |
|
#
c07f7c8d |
| 14-Dec-2002 |
foobar |
MFB: Fix bug #20995 |
Revision tags: RELEASE_1_0b3, php-4.3.0RC3 |
|
#
d1c70a64 |
| 10-Dec-2002 |
Marcus Boerger |
directory values are optional |
Revision tags: php-4.3.0RC2, RELEASE_1_0b2 |
|
#
92514865 |
| 25-Nov-2002 |
Ilia Alshanetsky |
Synchronized bundled gd library with the latest stable GD, 2.0.6 Fixed a configuration problem with xpm. Fixed 2 possible memory leaks in fontFetch(). |
#
a3e9ae20 |
| 18-Nov-2002 |
foobar |
Fix the test. (and indented it for easier bug spotting :) |
#
8d00d54f |
| 17-Nov-2002 |
Ilia Alshanetsky |
Fixed gd 2.0.4 check |
#
a10e0b6d |
| 17-Nov-2002 |
Ilia Alshanetsky |
A better gd >=2.0.4 version check for non-bundled gd library. |
Revision tags: BEFORE_RENAMING, php-4.3.0RC1 |
|
#
71506586 |
| 30-Oct-2002 |
Ilia Alshanetsky |
This patch allows compilation of gd against non-bundled gd library older then 2.0.4. |
Revision tags: php-4.3.0pre2 |
|
#
7d3dc68a |
| 21-Oct-2002 |
foobar |
Nuke tabs. |
#
3fd56c29 |
| 21-Oct-2002 |
foobar |
Changed --with-gd to behave same way as --with-mysql does. |
#
3be17e3f |
| 21-Oct-2002 |
foobar |
- Prevent resetting the PHP_*_DIR variables if already set. |
#
0d98fc67 |
| 19-Oct-2002 |
foobar |
--with-zlib-dir has to be defined here to enable phpize build |
Revision tags: RELEASE_1_0b1, php-4.3.0pre1 |
|
#
72d90fc4 |
| 06-Oct-2002 |
Rasmus Lerdorf |
As discussed a while ago, decoding GIF images is not considered a Unisys LZW patent violation so we can distribute read-only GIF support with our bundled GD2. The patent also expires in 2003
As discussed a while ago, decoding GIF images is not considered a Unisys LZW patent violation so we can distribute read-only GIF support with our bundled GD2. The patent also expires in 2003, which is quickly approaching, so we can roll in write support soon unless things change.
show more ...
|
Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
eb3b486f |
| 11-Sep-2002 |
foobar |
For now, check only when not using bundled GD lib. |
#
e54bc671 |
| 11-Sep-2002 |
foobar |
Added build test. Bug: #19345 |
Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3 |
|
#
cb8493b2 |
| 07-Sep-2002 |
foobar |
This was not a good idea. |
#
86e68f34 |
| 07-Sep-2002 |
Sander Roobol |
Fix build with bundled gd when builddir!=srcdir |
Revision tags: php-4.2.3 |
|
#
d1009fe7 |
| 05-Sep-2002 |
foobar |
Using --with-zlib-dir should work now with phpized builds too. |
#
c40262ef |
| 05-Sep-2002 |
foobar |
This _should_ fix those builds where gd.h might be in many places in the system. Not guaranteed, but now the path for the found gd.h is always first in the includes. |
#
3bf75192 |
| 04-Sep-2002 |
foobar |
@- Added --disable-all configure option. (Jani) |
Revision tags: php-4.2.3RC2 |
|
#
55b22b16 |
| 30-Aug-2002 |
foobar |
xpm.h is sometimes in /usr/include/X11 (or /usr/X11R6/include/X11) |