- vastly simplified curl api and renamed it to request api (not completely finished)
[m6w6/ext-http] / tests / skip.inc
1 <?php
2 extension_loaded('http') or @dl('php_http.dll') or @dl('http.so') or die('skip ext/http not available');
3 strncasecmp(PHP_SAPI, 'CLI', 3) or die('skip cannot run tests with CLI');
4 ?>