summaryrefslogtreecommitdiff
path: root/sapi/apache/libphp4.module.in
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-09-29 15:17:02 +0000
committerStig Bakken <ssb@php.net>1999-09-29 15:17:02 +0000
commit1cb0d88186a885f555393e258849562e24156f57 (patch)
treed73a02da5a9134191e39048bd10fd5eb45b274b2 /sapi/apache/libphp4.module.in
parentdb4820447fae020625e210e42569671d0c865c5f (diff)
downloadphp-git-1cb0d88186a885f555393e258849562e24156f57.tar.gz
Decent configure speedup. Makefiles are now generated only for the
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).
Diffstat (limited to 'sapi/apache/libphp4.module.in')
-rw-r--r--sapi/apache/libphp4.module.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/sapi/apache/libphp4.module.in b/sapi/apache/libphp4.module.in
new file mode 100644
index 0000000000..9b80f6c742
--- /dev/null
+++ b/sapi/apache/libphp4.module.in
@@ -0,0 +1,7 @@
+Name: php4_module
+ConfigStart
+ RULE_WANTHSREGEX=@HSREGEX@
+ LIBS="@RPATHS@ @PHP_LIBS@ @EXTRA_LIBS@ @LIBS@ @RDYNAMIC_LFLAGS@ $LIBS"
+ RULE_HIDE=yes
+ CFLAGS="$CFLAGS -I@abs_srcdir@ -I@abs_srcdir@/libzend -I@abs_builddir@/libzend -I@abs_builddir@"
+ConfigEnd