diff options
Diffstat (limited to 'ext/ftp')
-rw-r--r-- | ext/ftp/tests/bug37799.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ftp/tests/bug37799.phpt b/ext/ftp/tests/bug37799.phpt index 73f191a7a8..a47d586789 100644 --- a/ext/ftp/tests/bug37799.phpt +++ b/ext/ftp/tests/bug37799.phpt @@ -2,6 +2,7 @@ Bug #37799: ftp_ssl_connect() falls back to non-ssl connection --SKIPIF-- <?php +$ssl = 1; require 'skipif.inc'; ?> --FILE-- |