summaryrefslogtreecommitdiff
path: root/ext/curl
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2003-12-12 23:06:42 +0000
committerSara Golemon <pollita@php.net>2003-12-12 23:06:42 +0000
commitb1f8236b63ae9ee1f3cec490f093cbb8cfff407f (patch)
tree7221777bf6d4cc433e5b9fb3503ba6123a12ee94 /ext/curl
parent23afd9b166ece8553e5b154d4ea58bfeec037374 (diff)
downloadphp-git-b1f8236b63ae9ee1f3cec490f093cbb8cfff407f.tar.gz
Route rename() via wrapper ops.
Move current rename() code to main/streams/plain_wrapper.c Implement ftp/rename() Implement userstreams/rename()
Diffstat (limited to 'ext/curl')
-rw-r--r--ext/curl/streams.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/curl/streams.c b/ext/curl/streams.c
index 5a3a9c8480..5468468806 100644
--- a/ext/curl/streams.c
+++ b/ext/curl/streams.c
@@ -362,7 +362,8 @@ static php_stream_wrapper_ops php_curl_wrapper_ops = {
NULL, /* stat url */
NULL, /* opendir */
NULL, /* label */
- NULL /* unlink */
+ NULL, /* unlink */
+ NULL /* rename */
};
php_stream_wrapper php_curl_wrapper = {