mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00

Make Apache-related functions build Add get_all_headers() Fix segfault when SAPI outputs strings of length 0 Move request ctor/dtor into their own functions
7 lines
173 B
Makefile
7 lines
173 B
Makefile
|
|
LTLIBRARY_NAME = libsapi.la
|
|
LTLIBRARY_SOURCES = sapi_apache2.c apache_config.c php_functions.c
|
|
|
|
EXTRA_INCLUDES = $(APACHE_INCLUDE)
|
|
|
|
include $(top_srcdir)/build/ltlib.mk
|