summaryrefslogtreecommitdiff
path: root/ext/standard/file.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-09-25 15:25:12 +0000
committerWez Furlong <wez@php.net>2002-09-25 15:25:12 +0000
commit696e0a2301f2641d2ef8c4f94f0287ddbcb6ae10 (patch)
treebe82ee3df1f9ae5b1b5f95e57db51bc33dfc214a /ext/standard/file.h
parent8e635cf0bc377bc869a12d6c6a86c27a3a67c5a5 (diff)
downloadphp-git-696e0a2301f2641d2ef8c4f94f0287ddbcb6ae10.tar.gz
Implement persistent streams. (for pfsockopen).
Juggle some includes/definitions. Tidy up streams use in ext/standard/file.c
Diffstat (limited to 'ext/standard/file.h')
-rw-r--r--ext/standard/file.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h
index e5a18c0b27..6b1209abf9 100644
--- a/ext/standard/file.h
+++ b/ext/standard/file.h
@@ -82,7 +82,6 @@ PHP_FUNCTION(stream_filter_append);
PHP_MINIT_FUNCTION(user_streams);
PHPAPI int php_set_sock_blocking(int socketd, int block TSRMLS_DC);
-PHPAPI int php_file_le_stream(void);
PHPAPI int php_copy_file(char *src, char *dest TSRMLS_DC);
#define META_DEF_BUFSIZE 8192
@@ -113,7 +112,6 @@ php_meta_tags_token php_next_meta_token(php_meta_tags_data * TSRMLS_DC);
typedef struct {
int pclose_ret;
- HashTable ht_persistent_socks;
size_t def_chunk_size;
int auto_detect_line_endings;
int default_socket_timeout;