summaryrefslogtreecommitdiff
path: root/ext/standard/file.h
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-11-14 11:05:37 +0000
committerStig Bakken <ssb@php.net>1999-11-14 11:05:37 +0000
commit5f8f410e51ebb5b6279632b6bc923be296dce047 (patch)
treee7d8048d494251fca5ae8bbebcef337f7f23af43 /ext/standard/file.h
parent4ebf7b85ad80ebaca652c52593d5329ccd0dc386 (diff)
downloadphp-git-5f8f410e51ebb5b6279632b6bc923be296dce047.tar.gz
@Added tmpfile() function (Stig)
Removed the mkstemp stuff and added tmpfile() function instead.
Diffstat (limited to 'ext/standard/file.h')
-rw-r--r--ext/standard/file.h1
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);