diff options
author | Derick Rethans <derick@php.net> | 2002-03-23 23:03:04 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-03-23 23:03:04 +0000 |
commit | 1f9b519c559a80298ee6831ee9fc39f9604985e8 (patch) | |
tree | 3db01833ce97e593fa2151c1d6d6f698ed79b2e8 /ext/standard/basic_functions.h | |
parent | 0f79e179420c2f532cf43c5d173a80fc10aa7b2d (diff) | |
download | php-git-1f9b519c559a80298ee6831ee9fc39f9604985e8.tar.gz |
- Remove read_uploaded_file
Diffstat (limited to 'ext/standard/basic_functions.h')
-rw-r--r-- | ext/standard/basic_functions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h index d19bcfd712..7b3d83d764 100644 --- a/ext/standard/basic_functions.h +++ b/ext/standard/basic_functions.h @@ -95,7 +95,6 @@ PHP_FUNCTION(unregister_tick_function); PHP_FUNCTION(is_uploaded_file); PHP_FUNCTION(move_uploaded_file); -PHP_FUNCTION(read_uploaded_file); /* From the INI parser */ PHP_FUNCTION(parse_ini_file); |