]> granicus.if.org Git - php/commitdiff
- Refix the fix :| (missing skipif)
authorFelipe Pena <felipe@php.net>
Fri, 12 Jun 2009 20:46:30 +0000 (20:46 +0000)
committerFelipe Pena <felipe@php.net>
Fri, 12 Jun 2009 20:46:30 +0000 (20:46 +0000)
ext/curl/tests/bug48514.phpt

index bd4605b6b3fc04382e1a3084091c2d58eb2b806b..0ea25754f1fc977476cdbc90a5b04a7a99e5a47f 100644 (file)
@@ -1,5 +1,13 @@
 --TEST--
 Bug #48514 (cURL extension uses same resource name for simple and multi APIs)
+--SKIPIF--
+<?php
+
+if (!extension_loaded('curl')) {
+       exit("skip curl extension not loaded");
+}
+
+?>
 --FILE--
 <?php