diff options
author | Stig Bakken <ssb@php.net> | 1999-11-14 11:05:37 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-11-14 11:05:37 +0000 |
commit | 5f8f410e51ebb5b6279632b6bc923be296dce047 (patch) | |
tree | e7d8048d494251fca5ae8bbebcef337f7f23af43 /ext/standard/file.h | |
parent | 4ebf7b85ad80ebaca652c52593d5329ccd0dc386 (diff) | |
download | php-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.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); |