summaryrefslogtreecommitdiff
path: root/ext/openssl/tests/bug54992.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/tests/bug54992.phpt')
-rw-r--r--ext/openssl/tests/bug54992.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/tests/bug54992.phpt b/ext/openssl/tests/bug54992.phpt
index 01369dca00..c07bbf8cba 100644
--- a/ext/openssl/tests/bug54992.phpt
+++ b/ext/openssl/tests/bug54992.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #54992: Stream not closed and error not returned when SSL CN_match fails
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("openssl")) die("skip openssl not loaded");
if (!function_exists("proc_open")) die("skip no proc_open");
?>