diff options
| author | Zeev Suraski <zeev@php.net> | 2000-09-08 22:26:07 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2000-09-08 22:26:07 +0000 |
| commit | fa6bb5977392a4c33dc60a680276e54090bb4e00 (patch) | |
| tree | 42a57b082aecba19796208212406f97e7c8aba27 | |
| parent | b409d2f9ea1e7ae12c715f3ec3299be04337e691 (diff) | |
| download | php-git-fa6bb5977392a4c33dc60a680276e54090bb4e00.tar.gz | |
Fix build
| -rw-r--r-- | ext/standard/basic_functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h index e705a6de2a..6d15602f73 100644 --- a/ext/standard/basic_functions.h +++ b/ext/standard/basic_functions.h @@ -109,7 +109,7 @@ PHP_FUNCTION(get_extension_funcs); PHP_FUNCTION(register_tick_function); PHP_FUNCTION(unregister_tick_function); -PHP_FUNCTION(is_upload_file); +PHP_FUNCTION(is_uploaded_file); /* From the INI parser */ PHP_FUNCTION(parse_ini_file); |
