summaryrefslogtreecommitdiff
path: root/sapi/apache/libphp4.module.in
Commit message (Collapse)AuthorAgeFilesLines
* 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).