mirror of
https://github.com/php/php-src.git
synced 2024-12-18 14:30:35 +08:00
Final build fixes - that's enough for now...
This commit is contained in:
parent
8709369720
commit
732eeeabd9
@ -11,7 +11,7 @@ LTLIBRARY_NAME = libphp4.la
|
|||||||
|
|
||||||
LTLIBRARY_SOURCES = \
|
LTLIBRARY_SOURCES = \
|
||||||
main.c internal_functions.c snprintf.c php_sprintf.c \
|
main.c internal_functions.c snprintf.c php_sprintf.c \
|
||||||
configuration-parser.c configuration-scanner.c request_info.c \
|
configuration-parser.c configuration-scanner.c \
|
||||||
safe_mode.c fopen-wrappers.c php_realpath.c alloca.c \
|
safe_mode.c fopen-wrappers.c php_realpath.c alloca.c \
|
||||||
php_ini.c SAPI.c rfc1867.c dlist.c php_content_types.c strlcpy.c \
|
php_ini.c SAPI.c rfc1867.c dlist.c php_content_types.c strlcpy.c \
|
||||||
strlcat.c mergesort.c reentrancy.c php_variables.c
|
strlcat.c mergesort.c reentrancy.c php_variables.c
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
#include "remains.h"
|
#include "php_apache_http.h"
|
||||||
#include "http_request.h"
|
#include "http_request.h"
|
||||||
#include "build-defs.h"
|
#include "build-defs.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user