Skip to content

Commit 0afc990

Browse files
author
cataphract
committed
- Fixed SKIPIF section of bug52820.phpt.
git-svn-id: http://svn.php.net/repository/php/php-src/php/php-src/trunk@309487 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent 2889957 commit 0afc990

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/standard/tests/file/bug52820.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Bug #52820 (writes to fopencookie FILE* not commited when seeking the stream)
33
--SKIPIF--
44
<?php
5+
if (!function_exists('leak_variable'))
6+
die("skip only for debug builds");
57
/* unfortunately no standard function does a cast to FILE*, so we need
68
* curl to test this */
79
if (!extension_loaded("curl")) exit("skip curl extension not loaded");

0 commit comments

Comments
 (0)