summaryrefslogtreecommitdiff
path: root/main/php.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/php.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/php.h')
-rw-r--r--main/php.h3
1 files changed, 0 insertions, 3 deletions
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);