summaryrefslogtreecommitdiff
path: root/sapi/apache/libphp4.module.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix build when openssl is enabled.foobar2002-04-281-1/+1
|
* Fix external buildsSascha Schumann2002-04-261-1/+1
|
* Part 3 of static apache build fixes:foobar2002-04-231-2/+6
| | | | | | | - Use the PHP_CFLAGS when compiling the php4 module in apache tree. - Use the apache include dir only when compiling sapi/apache o Fixes the fnmatch.h issue Wez complained about :)
* Fix static Apache builds which were broken by the last commit.Sascha Schumann2001-04-051-1/+1
|
* Separate CPPFLAGS from CFLAGS.Wilfredo Sanchez2001-04-031-1/+1
|
* Add TSRM include dirsSascha Schumann2000-09-061-1/+1
|
* More main workSascha Schumann2000-06-161-1/+1
|
* Never use Apache regex stuffSascha Schumann2000-02-121-1/+1
|
* libzend -> ZendZeev Suraski1999-12-191-1/+1
|
* Separate libpaths into PHP_LDFLAGS, so that we can address themSascha Schumann1999-12-061-1/+1
| | | | | separately (required for Apache build).
* Improve regex library selection. It lets user specify whether they wantSascha Schumann1999-11-131-1/+1
| | | | | | | system, apache, or php's regex library by using the --with-regex option. "php" is the default; if you use --with-apache in combination with Apache 1.3.x, the default is "apache".
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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
* Decent configure speedup. Makefiles are now generated only for theStig Bakken1999-09-291-0/+7
extensions you are including. Got rid of configure.in.in. Moved the last Apache-specific files into sapi/apache and made both static and DSO build work again (it still doesn't run properly).