summaryrefslogtreecommitdiff
path: root/ext/curl/tests/curl_copy_handle_variation2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/curl/tests/curl_copy_handle_variation2.phpt')
-rw-r--r--ext/curl/tests/curl_copy_handle_variation2.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/tests/curl_copy_handle_variation2.phpt b/ext/curl/tests/curl_copy_handle_variation2.phpt
index 924bf6a470..7e49b11ca7 100644
--- a/ext/curl/tests/curl_copy_handle_variation2.phpt
+++ b/ext/curl/tests/curl_copy_handle_variation2.phpt
@@ -4,7 +4,7 @@ Test curl_copy_handle() add options to the handles
Francesco Fullone ff@ideato.it
#PHPTestFest Cesena Italia on 2009-06-20
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("curl")) exit("skip curl extension not loaded");
?>
--COMMENT--