Revision tags: php-4.2.0 |
|
#
36751953 |
| 20-Apr-2002 |
jim winstead |
include the checks for various support libraries to --with-gd=php section. the libgd stuff needs some additional checks to handle the presence/absence of things like libpng, but this helps wh
include the checks for various support libraries to --with-gd=php section. the libgd stuff needs some additional checks to handle the presence/absence of things like libpng, but this helps when most things are included.
show more ...
|
#
95e9eb35 |
| 20-Apr-2002 |
jim winstead |
s/.o/.c/
|
Revision tags: php-4.2.0RC4 |
|
#
83719f5c |
| 13-Apr-2002 |
Sascha Schumann |
s/==/=/
|
#
be2078bb |
| 13-Apr-2002 |
Rasmus Lerdorf |
oops
|
#
7a8cade3 |
| 13-Apr-2002 |
Rasmus Lerdorf |
Initial commit of the built-in libgd based on GD-2.0.1 This initial checkin has no changes to any of the libgd code so it can be used as a basis for diffs. It also will not build currently b
Initial commit of the built-in libgd based on GD-2.0.1 This initial checkin has no changes to any of the libgd code so it can be used as a basis for diffs. It also will not build currently because of this. The PHP gd checks need to be incorporated along with a bit of other config magic. It also shouldn't break the build and will only take effect if you use --with-gd=php right now.
show more ...
|
Revision tags: php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1 |
|
#
956a7762 |
| 20-Mar-2002 |
foobar |
- This is not needed here
|
Revision tags: help |
|
#
5cba3a99 |
| 12-Mar-2002 |
Sascha Schumann |
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
|
#
5634d3a8 |
| 07-Mar-2002 |
Rui Hirokawa |
reverted my patch to fix freetype2 related problem.
|
Revision tags: php-4.1.2 |
|
#
8cfa80d0 |
| 23-Feb-2002 |
Rui Hirokawa |
fixed configure error with freetype1.
|
Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH |
|
#
26a12ba9 |
| 13-Jan-2002 |
Rui Hirokawa |
fixed some link error of gd's configure.
|
Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog, php-4.1.0, php-4.1.0RC5 |
|
#
f1397d53 |
| 30-Nov-2001 |
foobar |
Unified the configure messages.
|
Revision tags: php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2 |
|
#
13ed1f43 |
| 10-Nov-2001 |
foobar |
Fixed bug: #13955.Checks now for png_write_image().
|
Revision tags: POST_PARAMETER_PARSING_API |
|
#
19cfee42 |
| 23-Oct-2001 |
foobar |
Support also --with-gd (without path). Please test this!
|
#
cf65fad6 |
| 23-Oct-2001 |
foobar |
This patch should reduce the amount of 'bogus' bug reports when people have two or more different versions of GD library installed.
|
Revision tags: PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS, php-4.0.7RC2 |
|
#
e4df7dc7 |
| 07-Sep-2001 |
foobar |
if test -f /usr/local/lib/libexample.s?; then <-- no workie if test -f /usr/local/lib/libexample.so; then <-- workie # # You can all point at me and laugh now.. :( #
|
#
3c64473b |
| 06-Sep-2001 |
foobar |
Fixed bug: #13172
|
#
acb7d69f |
| 06-Sep-2001 |
foobar |
Always quote the messages.
|
#
95ff1ab1 |
| 06-Sep-2001 |
foobar |
Hope this reduces the amount of bogus bug reports when people use wrong paths..
|
#
032b2631 |
| 05-Sep-2001 |
foobar |
Fixes commit / link problems with certain compilers. # Please use PHP_CHECK_LIBRARY() always instead of AC_CHECK_LIB # if you need to pass extra libs/libpaths to the test.
|
#
f03a871d |
| 24-Aug-2001 |
foobar |
Fixed bug: #12948, #12945
|
Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT, PRE_TSRM_MERGE_PATCH |
|
#
7adb7db0 |
| 03-Jul-2001 |
foobar |
This works better.
|
#
c493c298 |
| 30-Jun-2001 |
foobar |
Now all these options should behave the same.
|
#
242b8af6 |
| 24-Jun-2001 |
foobar |
fixed bug: #11641
|
#
315cfb2b |
| 24-Jun-2001 |
foobar |
This is better looking. Other options use the same.
|
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3 |
|
#
08ef1eac |
| 04-Jun-2001 |
foobar |
Always use -n...
|