diff options
Diffstat (limited to 'ext/standard/file.h')
| -rw-r--r-- | ext/standard/file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h index 072e7ae534..10824638eb 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -40,6 +40,7 @@ extern zend_module_entry file_module_entry; extern PHP_MINIT_FUNCTION(file); PHP_FUNCTION(tempnam); +PHP_FUNCTION(tmpfile); PHP_FUNCTION(fopen); PHP_FUNCTION(fclose); PHP_FUNCTION(popen); |
