Fix bug #63947 $_POST set as NULL for GET when Content-Type is set as application...
[m6w6/ext-http] / tests / skipif.inc
1 <?php
2 function _ext($ext) { extension_loaded($ext) or die("skip $ext extension needed\n"); }
3 _ext("http");