mirror of
https://github.com/php/php-src.git
synced 2026-04-10 01:23:53 +02:00
TODO: POST, cookies, "flushing", finalizing config framework (it works), http auth, PHP Hooks (apache_sub_req is there). Note that this code depends on some other commits which are pending.
8 lines
157 B
Makefile
8 lines
157 B
Makefile
|
|
LTLIBRARY_NAME = libsapi.la
|
|
LTLIBRARY_SOURCES = sapi_apache2.c apache_config.c
|
|
|
|
EXTRA_INCLUDES = $(APACHE_INCLUDE)
|
|
|
|
include $(top_srcdir)/build/ltlib.mk
|