Finish fopen-wrappers rename.

This commit is contained in:
Sascha Schumann 2001-02-23 22:07:16 +00:00
parent e805c1b3c1
commit c2fb53bed7
15 changed files with 15 additions and 15 deletions

View File

@ -25,7 +25,7 @@
#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"

View File

@ -24,7 +24,7 @@
#include "php.h"
#include "safe_mode.h"
#include "fopen-wrappers.h"
#include "fopen_wrappers.h"
#include "php_globals.h"
#if DBASE

View File

@ -28,7 +28,7 @@
#include "php.h"
#include "safe_mode.h"
#include "fopen-wrappers.h"
#include "fopen_wrappers.h"
#include <string.h>
#ifdef PHP_WIN32
#include <windows.h>

View File

@ -26,7 +26,7 @@
#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

View File

@ -22,7 +22,7 @@
/* {{{ includes/startup/misc */
#include "php.h"
#include "fopen-wrappers.h"
#include "fopen_wrappers.h"
#include "php_dir.h"

View File

@ -69,7 +69,7 @@
#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

View File

@ -20,7 +20,7 @@
#include "php.h"
#include "safe_mode.h"
#include "fopen-wrappers.h"
#include "fopen_wrappers.h"
#include "php_globals.h"
#include <stdlib.h>

View File

@ -41,7 +41,7 @@
#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>

View File

@ -41,7 +41,7 @@
#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"

View File

@ -21,7 +21,7 @@
#include "php.h"
#include "php_zlib.h"
#include "fopen-wrappers.h"
#include "fopen_wrappers.h"
#if HAVE_FOPENCOOKIE

View File

@ -2,7 +2,7 @@ LTLIBRARY_NAME = libmain.la
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

View File

@ -48,7 +48,7 @@
#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"

View File

@ -161,7 +161,7 @@ typedef unsigned int socklen_t;
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"

View File

@ -52,7 +52,7 @@
#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>

View File

@ -48,7 +48,7 @@
#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