summaryrefslogtreecommitdiff
path: root/ext/standard/file.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-02-22 20:35:22 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-02-22 20:35:22 +0000
commit8908faa47ff8f237393a617029458702b0f42dfa (patch)
tree51c2923ca591754e90f42d1a14cb1846111cd6b1 /ext/standard/file.h
parentd2e2fbcc5bf18f941954b9c324ad7a3827819bf3 (diff)
downloadphp-git-8908faa47ff8f237393a617029458702b0f42dfa.tar.gz
Revent previous patch, adding of file_write_content() was premature.
Diffstat (limited to 'ext/standard/file.h')
-rw-r--r--ext/standard/file.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h
index 0771e731d6..ffd2669315 100644
--- a/ext/standard/file.h
+++ b/ext/standard/file.h
@@ -54,7 +54,6 @@ PHP_FUNCTION(unlink);
PHP_FUNCTION(copy);
PHP_FUNCTION(file);
PHP_FUNCTION(file_get_contents);
-PHP_FUNCTION(file_write_content);
PHP_FUNCTION(set_socket_blocking); /* deprecated */
PHP_FUNCTION(stream_set_blocking);
PHP_FUNCTION(stream_select);