From b5c3c7bfc908f4e9f841db2ce2e20c6b4cee9d32 Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Fri, 15 Oct 1999 15:22:25 +0000 Subject: 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) --- main/php.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index 4f635a21e8..b255ab3e3b 100644 --- a/main/php.h +++ b/main/php.h @@ -307,9 +307,6 @@ int module_startup_modules(void); int module_global_startup_modules(void); int module_global_shutdown_modules(void); -/* needed for modules only */ -extern PHPAPI int php3i_get_le_fp(void); - /*from basic functions*/ extern PHPAPI int _php_error_log(int opt_err,char *message,char *opt,char *headers); -- cgit v1.2.1