cataphract Sun, 20 Mar 2011 22:15:43 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=309487
Log: - Fixed SKIPIF section of bug52820.phpt. Bug: http://bugs.php.net/52820 (Closed) curl doesn't write to php://temp or /memory Changed paths: U php/php-src/trunk/ext/standard/tests/file/bug52820.phpt Modified: php/php-src/trunk/ext/standard/tests/file/bug52820.phpt =================================================================== --- php/php-src/trunk/ext/standard/tests/file/bug52820.phpt 2011-03-20 22:12:11 UTC (rev 309486) +++ php/php-src/trunk/ext/standard/tests/file/bug52820.phpt 2011-03-20 22:15:43 UTC (rev 309487) @@ -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");
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php