diff options
author | Derick Rethans <derick@php.net> | 2002-03-23 14:10:57 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-03-23 14:10:57 +0000 |
commit | e2f110d98210b028e38fdc37086a84f0055917f4 (patch) | |
tree | 3b33bb560265a1ab66a2851e72956abbd0e10319 /ext/standard/basic_functions.h | |
parent | bfa05df3fdf217c649b51f07c13b3c354d0b6944 (diff) | |
download | php-git-e2f110d98210b028e38fdc37086a84f0055917f4.tar.gz |
- Added read_uploaded_file (patch by Andrew Sitnikov <sitnikov@infonet.ee>)
Diffstat (limited to 'ext/standard/basic_functions.h')
-rw-r--r-- | ext/standard/basic_functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h index 7b3d83d764..d19bcfd712 100644 --- a/ext/standard/basic_functions.h +++ b/ext/standard/basic_functions.h @@ -95,6 +95,7 @@ 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); |