summaryrefslogtreecommitdiff
path: root/ext/curl/tests/bug54798-win32.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/curl/tests/bug54798-win32.phpt')
-rw-r--r--ext/curl/tests/bug54798-win32.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/curl/tests/bug54798-win32.phpt b/ext/curl/tests/bug54798-win32.phpt
index bce39903ba..3abbfff94e 100644
--- a/ext/curl/tests/bug54798-win32.phpt
+++ b/ext/curl/tests/bug54798-win32.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #54798 (Segfault when CURLOPT_STDERR file pointer is closed before calling curl_exec)
--SKIPIF--
-<?php
+<?php
include 'skipif.inc';
if(substr(PHP_OS, 0, 3) != 'WIN' ) {
die('skip Windows only');
@@ -25,7 +25,7 @@ function checkForClosedFilePointer($host, $curl_option, $description) {
}
curl_setopt($ch, $curl_option, $fp);
-
+
curl_setopt($ch, CURLOPT_URL, $host);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);