History log of /php-src/ext/gd/config.m4 (Results 201 – 225 of 233)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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 ?

# 636b8927 27-May-2000 Hartmut Holzgraefe

should make SuSE 6.x users happy (and anybody else with gh.d in
/usr/include/gd ... )

# 99133bf4 23-May-2000 Sascha Schumann

--with-foo causes $withval to be set to "yes," not ""

Revision tags: php-4.0.0, php-4.0RC2
# e223693d 20-Apr-2000 Sascha Schumann

Do not enable GD, if --without-gd was used

# c9731425 30-Mar-2000 Sascha Schumann

Fix libpng and libz order and stuff the libjpeg into its own macro.

Revision tags: PHP-4.0-RC1
# ec52ce44 18-Mar-2000 Sander Steffann

A small fix when checking for libjpeg

# da4f3eda 13-Mar-2000 Rasmus Lerdorf

gd-jpeg support
@Add GD-JPEG Support (Rasmus)

# 00c14f74 12-Mar-2000 Sascha Schumann

Also search for freetype headers in $prefix/include/freetype

PR: #3775

# 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

12345678910