mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
Finish fopen-wrappers rename.
This commit is contained in:
parent
e805c1b3c1
commit
c2fb53bed7
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -22,7 +22,7 @@
|
||||
/* {{{ includes/startup/misc */
|
||||
|
||||
#include "php.h"
|
||||
#include "fopen-wrappers.h"
|
||||
#include "fopen_wrappers.h"
|
||||
|
||||
#include "php_dir.h"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include "php.h"
|
||||
#include "php_zlib.h"
|
||||
#include "fopen-wrappers.h"
|
||||
#include "fopen_wrappers.h"
|
||||
|
||||
#if HAVE_FOPENCOOKIE
|
||||
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user