]> granicus.if.org Git - php/commitdiff
Finish fopen-wrappers rename.
authorSascha Schumann <sas@php.net>
Fri, 23 Feb 2001 22:07:16 +0000 (22:07 +0000)
committerSascha Schumann <sas@php.net>
Fri, 23 Feb 2001 22:07:16 +0000 (22:07 +0000)
15 files changed:
ext/db/db.c
ext/dbase/dbase.c
ext/filepro/filepro.c
ext/hyperwave/hw.c
ext/standard/dir.c
ext/standard/file.c
ext/standard/filestat.c
ext/standard/image.c
ext/zlib/zlib.c
ext/zlib/zlib_fopen_wrapper.c
main/Makefile.in
main/main.c
main/php.h
sapi/cgi/cgi_main.c
sapi/servlet/servlet.c

index 8923c8094c46d92766ee81dbb132618af451e18e..146f4bb7873e462a3999f19cf5a78e19594082a1 100644 (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"
 
index a6c5bf1557ef2d9b10f7c6f028eb510e7242f169..b0624b881de647c985e051c0fad76e3f751d29d6 100644 (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
index 6b7a3b60618bddfdc3a727d3af0286d188318807..f1b7bee7e15a33a7e16b6f66ad9f0cac5d701adc 100644 (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>
index dd32515d255dceba44e935d7cd3355e770ea80f1..f9d03ab00e742d3f6f71c8da600be88782f58c07 100644 (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
index 89f4f797c046af741e1f910efd5575036a2c35f7..ff108a3fad46e201896d1094664cc3443268c532 100644 (file)
@@ -22,7 +22,7 @@
 /* {{{ includes/startup/misc */
 
 #include "php.h"
-#include "fopen-wrappers.h"
+#include "fopen_wrappers.h"
 
 #include "php_dir.h"
 
index 6f8b05e351a1bc1e4e7aed6ef1d497ba6fd9bffc..458df70323cc1a40fd661714c5220670b86d3e78 100644 (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
index 819841f82a18ebec1e3f7244a26319c68b069a36..f30f7642a204ae143a4f771bc75958724fa514d3 100644 (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>
index f33f5e6b540a38d5fa6cff4c115303a46c1bbfe4..5a971cbf5c3ff2c97c1315207691030f3fafec8c 100644 (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>
index a8fc9cdd76548a67a17b7331da7074a476a70287..afbf9738ae8f0076a5998bc0ce581012eb231d3b 100644 (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"
index d1ac036d576ce7ebb9a3f33935bd806e1ff22d23..c2674af4c16e82dee7912b08b3dfeb72c101f593 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "php.h"
 #include "php_zlib.h"
-#include "fopen-wrappers.h"
+#include "fopen_wrappers.h"
 
 #if HAVE_FOPENCOOKIE 
 
index e75be073ffe5b15565ca62a0384eab97b5801b6c..e573d639d13f36575595db3338fc9134e16cead8 100644 (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
index 1bc3cdf3221a9b2756e4cf45864d112e8be555a6..ffea429b98aee4e1db1af38ef0b0eabacf85470f 100644 (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"
index a15786e395612f60b21b633c2d53b72cbd70db4f..a045870047d9a9777c8e093ee79ef86af15e4bee 100644 (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"
index 0163867c5b9607b2923b31b3ea79504663357c6d..f215bd9a146e6b280ca4a0d459c3df2b5a220edd 100644 (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>
index 061186de274eda6040974062a903247f612ddf0a..cd434be69ee1bfbcb73feb3c31f88b5b5b8f9be6 100644 (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