summaryrefslogtreecommitdiff
path: root/ext/ftp
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-02-21 19:27:30 +0000
committerAntony Dovgal <tony2001@php.net>2007-02-21 19:27:30 +0000
commit25994a33b7d60296022affd4d0ce2174d367e20d (patch)
tree5e31916450ff83968f4c0b756386b1a8d6e6e353 /ext/ftp
parent48f1b8cc77e0ba01bc3aad74f5f6787969a722c5 (diff)
downloadphp-git-25994a33b7d60296022affd4d0ce2174d367e20d.tar.gz
fix test
Diffstat (limited to 'ext/ftp')
-rw-r--r--ext/ftp/tests/bug37799.phpt1
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--