summaryrefslogtreecommitdiff
path: root/main/fopen_wrappers.h
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>1999-10-15 15:22:25 +0000
committerThies C. Arntzen <thies@php.net>1999-10-15 15:22:25 +0000
commitb5c3c7bfc908f4e9f841db2ce2e20c6b4cee9d32 (patch)
tree079096896d215713e74b139203b0295a9df25b4b /main/fopen_wrappers.h
parentd69d118cbd401dfdc1766256347a52f0aaf724ca (diff)
downloadphp-git-b5c3c7bfc908f4e9f841db2ce2e20c6b4cee9d32.tar.gz
files are now resources, file.c is thread-safe, the le_ vars are no longer shared,
but they are accessible thru "php_file_le_socket(), php_file_le_uploads()..." i also updated the ftp, pdf and file-upload stuff to match the new requirements. @- Cleaned up File-Module (Thies)
Diffstat (limited to 'main/fopen_wrappers.h')
-rw-r--r--main/fopen_wrappers.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/fopen_wrappers.h b/main/fopen_wrappers.h
index dff292a375..cd8eaf284e 100644
--- a/main/fopen_wrappers.h
+++ b/main/fopen_wrappers.h
@@ -66,8 +66,6 @@
#define IS_SOCKET 1
#define BAD_URL 2
-extern int le_socket; /* a list for open sockets */
-
extern PHPAPI FILE *php3_fopen_wrapper(char *filename, char *mode, int options, int *issock, int *socketd);
PHPAPI FILE *php3_fopen_for_parser(void);