History log of /PHP-5.4/ext/gd/config.m4 (Results 151 – 174 of 174)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ab7bbbb1 25-Feb-2000 Jouni Ahto

Ported T1lib support from PHP3.
@- Ported T1lib support from PHP3. (Jouni)
# That's almost a lie... needs still some work.


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1, BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# ed3c962b 04-Jan-2000 Rasmus Lerdorf

@ Don't assume libz and libpng are installed for the GD checks (Rasmus)


Revision tags: PRE_ISSET_TYPE
# cf5a5fb1 30-Dec-1999 Sascha Schumann

Whoops, defining them to empty values generates many parse errors.
Defaulting to 1.


# 2c99bef4 30-Dec-1999 Sascha Schumann

Get rid of config.h.stub. Note that you should embed a comment about
what the respective define does into the AC_DEFINE macro. I.e.

AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])


# f2f8d38e 30-Dec-1999 Sascha Schumann

Integration of -ng changes. Changes:

- added support for externally built modules,
- improved support for in-tree shared modules,
- fixed diversion bugs,
- configure displays som

Integration of -ng changes. Changes:

- added support for externally built modules,
- improved support for in-tree shared modules,
- fixed diversion bugs,
- configure displays some informative messages,
- faster static build
(libtool isn't used anymore for compiling non-PIC objects),
- dependencies comparable to automake's without requiring GNU make or GCC,
- working make clean for non-GNU makes.

show more ...


Revision tags: PRE_LIBZEND_TO_ZEND, PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH
# f0eebb3e 29-Nov-1999 Sander Steffann

Oops, forgot to check for GIF support. Fixed.


# 0f7444c4 24-Nov-1999 Sander Steffann

Some patched versions of GD support both GIF and PNG. The GD module now
checks for both instead of assuming that PNG support means that there is no
GIF support anymore.


# 9ed5ad0c 24-Nov-1999 Sander Steffann

Removed an empty -L from LDFLAGS which caused errors in configure when
running it with --with-gd (without path). Because of this configure detected
every GD as GD-1.2.


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1
# 1831279f 21-Nov-1999 Rasmus Lerdorf

# Fix ColorResolve bogosity
Fix gd problems


Revision tags: php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5
# 7a4e1a9b 10-Nov-1999 Rasmus Lerdorf

# Improve the GD lib detection when GD is on the ld_path and it is
# configure using just --with-gd


Revision tags: php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# 51b1d2af 17-Oct-1999 Sascha Schumann

Add PNG support. Tested with gd 1.7.3.


# 232afa48 04-Oct-1999 Sascha Schumann

* archive-based convenience libraries completely replaced
with libtool components

* SAPI targets can enable thread-safe mode and define
shared/static/prog

* archive-based convenience libraries completely replaced
with libtool components

* SAPI targets can enable thread-safe mode and define
shared/static/program build target

* all configure scripts use the same config.cache

* phplibdir is $(top_builddir)/modules to avoid
permission problems

* sapi/*/Makefile.inc are gone

* runpath handling cleaned up

* top-level Makefile.in obsoleted through Makefile.am

* --enable-versioning uses libtool's cleaner and more
portable -export-symbols feature

show more ...


# 7ed678f8 30-Sep-1999 Sascha Schumann

Fix typo--GD_* is for shared build mode.


# db482044 29-Sep-1999 Stig Bakken

The $shared variable should normally never be used outside of a call to
AC_ARG_(ENABLE|WITH). If it is necessary anyway, make sure it is set to
"no" before starting.


Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split
# 182ac107 26-Sep-1999 Sascha Schumann

Expand relative paths properly, otherwise build process will fail.


Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH
# e20af627 16-Sep-1999 Sascha Schumann

improve short help messages


# 8ee14c99 06-Sep-1999 Gergely Madarász

Enabled shared build of gd module


Revision tags: php-4.0b2, BEFORE_NEW_OPERATOR_FIX
# bc781c94 25-Jul-1999 Stig Bakken

"gd", not "-lgd"


# c901d4c5 25-Jul-1999 Stig Bakken

use AC_ADD_ macros


Revision tags: BEFORE_BIG_SYMBOL_CHANGE
# 33f30aee 23-Jul-1999 Sascha Schumann

gdttf update


# 00238ad1 23-Jul-1999 Zeev Suraski

Added check for freetype.h


Revision tags: php-4.0b1, BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1, BEFORE_PHP4_APACHE_MODULE_CHANGE
# 5c09d8e6 25-Apr-1999 Rasmus Lerdorf

Make GD config fail if it doesn't find the gd files


# 1e2474b1 17-Apr-1999 Stig Bakken

Apache module compiles again


# 257de2ba 17-Apr-1999 Stig Bakken

First commit of re-structuring phase one. We have started using automake in
sub-directories and started to move extension code into ext/<name>. For now,
I have moved the "standard" extensio

First commit of re-structuring phase one. We have started using automake in
sub-directories and started to move extension code into ext/<name>. For now,
I have moved the "standard" extension (which is quite a mix of everything
right now) and the GD extension into their own subdirs in ext/.
The configure script now also runs configure in the libzend directory
automatically and makes sure php4 and libzend use the same config.cache file.
To avoid running configure in libzend, use the --no-recursion option.
"make" in php4 also builds libzend now.
The Apache module doesn't compile right now, but a fix for that is
coming up.

show more ...


1234567