#include "php.h"
#include "php_globals.h"
#include "safe_mode.h"
-#include "fopen-wrappers.h"
+#include "fopen_wrappers.h"
#include "ext/standard/flock_compat.h"
#include "ext/standard/info.h"
#include "php.h"
#include "safe_mode.h"
-#include "fopen-wrappers.h"
+#include "fopen_wrappers.h"
#include "php_globals.h"
#if DBASE
#include "php.h"
#include "safe_mode.h"
-#include "fopen-wrappers.h"
+#include "fopen_wrappers.h"
#include <string.h>
#ifdef PHP_WIN32
#include <windows.h>
#include "ext/standard/php_standard.h"
#include "ext/standard/head.h"
#include "ext/standard/info.h"
-#include "fopen-wrappers.h"
+#include "fopen_wrappers.h"
#include "SAPI.h"
#ifdef PHP_WIN32
/* {{{ includes/startup/misc */
#include "php.h"
-#include "fopen-wrappers.h"
+#include "fopen_wrappers.h"
#include "php_dir.h"
#include <sys/time.h>
#endif
#include "fsock.h"
-#include "fopen-wrappers.h"
+#include "fopen_wrappers.h"
#include "php_globals.h"
#ifdef HAVE_SYS_FILE_H
#include "php.h"
#include "safe_mode.h"
-#include "fopen-wrappers.h"
+#include "fopen_wrappers.h"
#include "php_globals.h"
#include <stdlib.h>
#if HAVE_FCNTL_H
#include <fcntl.h>
#endif
-#include "fopen-wrappers.h"
+#include "fopen_wrappers.h"
#include "ext/standard/fsock.h"
#if HAVE_UNISTD_H
#include <unistd.h>
#include "ext/standard/php_standard.h"
#include "ext/standard/info.h"
#include "php_zlib.h"
-#include "fopen-wrappers.h"
+#include "fopen_wrappers.h"
#if HAVE_PWD_H
#ifdef PHP_WIN32
#include "win32/pwd.h"
#include "php.h"
#include "php_zlib.h"
-#include "fopen-wrappers.h"
+#include "fopen_wrappers.h"
#if HAVE_FOPENCOOKIE
LTLIBRARY_SOURCES = \
main.c internal_functions.c snprintf.c php_sprintf.c \
- safe_mode.c fopen-wrappers.c alloca.c \
+ safe_mode.c fopen_wrappers.c alloca.c \
php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \
strlcat.c mergesort.c reentrancy.c php_variables.c php_ticks.c \
network.c php_open_temporary_file.c php_logos.c
#include "php_ini.h"
#include "php_globals.h"
#include "php_main.h"
-#include "fopen-wrappers.h"
+#include "fopen_wrappers.h"
#include "ext/standard/php_standard.h"
#include "php_variables.h"
#include "ext/standard/credits.h"
char *strerror(int);
#endif
-#include "fopen-wrappers.h"
+#include "fopen_wrappers.h"
#if (REGEX == 1 || REGEX == 0) && !defined(NO_REGEX_EXTRA_H)
#include "regex/regex_extra.h"
#include "php_ini.h"
#include "php_globals.h"
#include "php_main.h"
-#include "fopen-wrappers.h"
+#include "fopen_wrappers.h"
#include "ext/standard/php_standard.h"
#ifdef PHP_WIN32
#include <io.h>
#include "php_ini.h"
#include "php_globals.h"
#include "php_main.h"
-#include "fopen-wrappers.h"
+#include "fopen_wrappers.h"
#include "ext/standard/php_standard.h"
#include "ext/standard/php_dir.h"
#ifdef PHP_WIN32