Stig Bakken
1beda9ee1e
* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)
2001-05-24 10:07:29 +00:00
foobar
af5c5ecee1
fixed bug: #10593
2001-05-21 19:28:22 +00:00
James Moore
1dbab5bb33
Remove unused variable from imagesetstyle
2001-05-21 18:50:05 +00:00
foobar
4e545c1d73
A few modifications to make the ZLIB checks work better.
2001-05-20 23:00:44 +00:00
Sterling Hughes
02d4567bb7
nuke last remnants of the old globals stuff
...
# oops
2001-05-19 17:45:36 +00:00
Sterling Hughes
3c8140d97b
@ Added the IMG_ARC_ROUNDED option for the ImageFilledArc() function, which
...
@ specified that the drawn curve should be rounded. (Sterling)
2001-05-18 20:52:40 +00:00
Sterling Hughes
8f97b4d62f
remove more php3 ts stuff
2001-05-18 20:37:21 +00:00
Sterling Hughes
fd3eb2544a
should be using the function here.
2001-05-18 20:32:47 +00:00
Sterling Hughes
4812388278
Remove the remnants of old global macro's
2001-05-18 20:29:47 +00:00
James Moore
da22505333
- Sync prototype and definition of phpi_get_le_gd
2001-05-16 23:11:33 +00:00
Sascha Schumann
28a441fe02
Fix for #10900 .
...
Submitted by: cech@debian.org
2001-05-16 12:01:25 +00:00
Sascha Schumann
afdaee9e47
Nuke more quotes
2001-05-12 11:09:05 +00:00
foobar
be3b514637
Fixed bug: #10823
2001-05-12 00:15:08 +00:00
foobar
5bc7cf90cd
default to /usr/local
2001-05-10 23:55:56 +00:00
foobar
14e883c3a0
Cleaned up this a bit..
2001-05-10 00:55:48 +00:00
Andi Gutmans
4c823e8a89
- Change macros from V_ to VCWD_ because of AIX name clash
2001-04-30 12:45:02 +00:00
Daniel Beulshausen
96330d36bc
make dsp supporting gd2
2001-04-30 12:14:36 +00:00
Wez Furlong
d52f75aa1c
Patch from Adam Dickmeiss to make configure detect libtff again.
2001-04-19 14:16:09 +00:00
Wez Furlong
fe88b5fd6e
Fixed lame attempt to prevent ttf linkage when using freetype2
2001-04-17 01:02:37 +00:00
Wez Furlong
e030eb8238
When using freetype2, turn off libttf and turn on native gd ttf.
2001-04-14 00:15:26 +00:00
Wez Furlong
e9731903d1
Added GD 2.0.1 support.
2001-04-13 12:00:12 +00:00
foobar
84e5576f97
Killed some compile warnings.
2001-04-06 18:01:52 +00:00
foobar
78390894e9
According to GD documentation the macros should be used instead..
2001-04-01 06:20:45 +00:00
foobar
f663f1edab
Fixed bug #8137 and killed some compile warnings.
2001-04-01 05:42:07 +00:00
foobar
8a26918ed1
Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.
...
# Heads up people! I tested this before committing but you never know..
2001-03-27 20:35:04 +00:00
Alexander Feldman
1791658112
A small fix to make the function imageloadfont portable.
2001-03-12 13:57:53 +00:00
Andi Gutmans
eb6ba01d1c
- Fix copyright notices with 2001
2001-02-26 06:11:02 +00:00
Daniel Beulshausen
721d59948e
make gd work again under win32
2001-02-20 18:00:44 +00:00
Thies C. Arntzen
8499b430cf
@- Fixed some modules to allow using output-buffering. (Thies)
...
i nuked all unneded calls to php_header() - i'm not too sure how we do
handle HEAD Requests as they were only detected via php_header(). but calling
php_header from a module makes output-buffering unusable.
NOTICE: there is some EBSDIC stuff in gd.c - i think it's obsolete.
2001-02-15 14:49:01 +00:00
Hartmut Holzgraefe
766bdbc919
make _php_image_convert configuration-aware
2001-02-09 21:14:30 +00:00
Hartmut Holzgraefe
d8a83a3722
libjpeg-not-installed protection
2001-02-09 21:04:45 +00:00
Stanislav Malyshev
bb6d3e60e8
Allow usage of GD contexts and not tempfiles in output functions
2001-02-01 15:40:35 +00:00
Egon Schmid
5b57490772
File formats in uppercase characters.
2001-01-27 14:20:06 +00:00
Hartmut Holzgraefe
7ca330741b
gd didn't work if no WBMP was available after rev 1.107 -> fixed
2001-01-25 20:52:52 +00:00
Stanislav Malyshev
773b582b1a
Fix crash in stdout image output
...
# Basically, this code sucks. It should use GD contexts, not temp files
2001-01-25 14:35:36 +00:00
Egon Schmid
5ad27928ac
Protos fixed.
2001-01-24 09:42:17 +00:00
Derick Rethans
c5b67e119c
- Commited a patch that adds support for converting Images to WBMP format.
...
(Thanx to Denis Gasparin <denis@editnet.it >)
@- Added support for converting images from JPG/PNG on the fly with the GD
@ extension, which is usefull for creating dynamic WAP-sites (Derick)
2001-01-24 09:24:26 +00:00
foobar
625978cd9c
Fixed bug #8733
2001-01-16 22:34:19 +00:00
foobar
9f68043524
Fixed bug: 8478
2001-01-07 09:22:53 +00:00
Rui Hirokawa
337edb9cf4
fixed option name mismatch.
2001-01-06 08:38:07 +00:00
foobar
18cfac40a5
Kills one compile warning.
2000-12-10 00:37:43 +00:00
Sascha Schumann
7e28784de3
Fix indentation of configure output
2000-12-06 17:34:58 +00:00
Stanislav Malyshev
bbb46b6c0c
Fix T1 static build
2000-12-06 15:08:18 +00:00
Stanislav Malyshev
f0744d73de
GD shared build fixes - should fix problem with gd.so not being linked
...
with right libraries
2000-12-04 15:10:58 +00:00
Daniel Beulshausen
93b2587876
made gd working correct under win32
...
# fixes the issues when running php threadsafe
2000-11-29 15:25:42 +00:00
foobar
5c16c9fa1a
AC_CHECK_LIB prints out yes/no itself.
2000-11-28 08:06:30 +00:00
foobar
a216a9ad7e
Fixed Bug #7939 + some cleaning.
2000-11-23 14:56:09 +00:00
Hartmut Holzgraefe
1f6878e912
2nd step towards auto-credits
2000-11-20 10:33:33 +00:00
James Moore
2116cfedf3
Stopping Compile Warnings when using old GD
2000-11-18 18:09:42 +00:00
foobar
40462d1d02
Fix for #7758 . Plus some cleaning.
2000-11-11 19:27:46 +00:00