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 ...
|