- Fixed SKIPIF section of bug52820.phpt.

This commit is contained in:
Gustavo André dos Santos Lopes 2011-03-20 22:15:43 +00:00
parent bc13636bfe
commit 2034e14341

View File

@ -2,6 +2,8 @@
Bug #52820 (writes to fopencookie FILE* not commited when seeking the stream)
--SKIPIF--
<?php
if (!function_exists('leak_variable'))
die("skip only for debug builds");
/* unfortunately no standard function does a cast to FILE*, so we need
* curl to test this */
if (!extension_loaded("curl")) exit("skip curl extension not loaded");