configuration-parser.c configuration-scanner.c request_info.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 \
- strlcat.c mergesort.c reentrancy.c
+ strlcat.c mergesort.c reentrancy.c php_gpce.c
LTLIBRARY_DEPENDENCIES = \
Zend/libZend.la \
dir.c dl.c dns.c exec.c file.c filestat.c flock_compat.c \
formatted_print.c fsock.c head.c html.c image.c info.c iptc.c lcg.c \
link.c mail.c math.c md5.c metaphone.c microtime.c pack.c pageinfo.c \
- parsedate.c post.c quot_print.c rand.c reg.c soundex.c string.c \
+ parsedate.c quot_print.c rand.c reg.c soundex.c string.c \
syslog.c type.c uniqid.c url.c url_scanner.c var.c output.c assert.c
include $(topsrcdir)/build/ltlib.mk
#include "base64.h"
#include "file.h"
-#include "post.h"
#include "url.h"
#include "fsock.h"
#include "SAPI.h"
#include "main.h"
#include "head.h"
-#include "post.h"
#include "SAPI.h"
#ifdef TM_IN_SYS_TIME
#include <sys/time.h>
#include "dl.h"
#include "php_crypt.h"
#include "head.h"
-#include "post.h"
#define phpext_standard_ptr basic_functions_module_ptr
#include <stdio.h>
#include "php.h"
#include "reg.h"
-#include "post.h"
#include "php_string.h"
+#include "php_gpce.h"
#ifdef HAVE_LOCALE_H
# include <locale.h>
#endif
#include "fopen-wrappers.h"
#include "ext/standard/php_standard.h"
#include "snprintf.h"
+#include "php_gpce.h"
#if WIN32|WINNT
#include <io.h>
#include <fcntl.h>
#include "ext/standard/file.h" /* for php_file_le_uploads() */
#include "zend_globals.h"
#include "php_globals.h"
+#include "php_gpce.h"
#include "rfc1867.h"
#include <stdio.h>
#include "php.h"
-#include "php_standard.h"
+#include "ext/standard/php_standard.h"
+#include "php_gpce.h"
#include "php_globals.h"
#include "SAPI.h"