diff options
author | Wez Furlong <wez@php.net> | 2002-09-26 10:14:41 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-09-26 10:14:41 +0000 |
commit | 3a67c677370651d88af59c23a056806c732138c0 (patch) | |
tree | b0610e3a3b00e9bc7a836d4442a6c9f793be91e0 /ext/standard/file.h | |
parent | 7d87babada966a11b9444ee58cfc9be801a31b99 (diff) | |
download | php-git-3a67c677370651d88af59c23a056806c732138c0.tar.gz |
Rename file_get_wrapper_data -> file_get_meta_data.
It now always returns useful information for all streams.
Unified that data with socket_get_status and made socket_get_status
an alias for file_get_meta_data.
Fix Location header following which was broken in this commit:
http://cvs.php.net/diff.php/php4/ext/standard/http_fopen_wrapper.c?r1=1.41&r2=1.42&ty=h
Diffstat (limited to 'ext/standard/file.h')
-rw-r--r-- | ext/standard/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h index 6b1209abf9..edaca259d6 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -71,7 +71,7 @@ PHP_FUNCTION(fnmatch); PHP_NAMED_FUNCTION(php_if_ftruncate); PHP_NAMED_FUNCTION(php_if_fstat); -PHP_FUNCTION(file_get_wrapper_data); +PHP_FUNCTION(file_get_meta_data); PHP_FUNCTION(file_register_wrapper); PHP_FUNCTION(stream_context_create); PHP_FUNCTION(stream_context_set_params); |