- Refix the fix :| (missing skipif)

This commit is contained in:
Felipe Pena 2009-06-12 20:46:30 +00:00
parent dd3cc066f1
commit a3d7eab5a3

View 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