summaryrefslogtreecommitdiff
path: root/ext/ftp
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-02-21 19:22:28 +0000
committerAntony Dovgal <tony2001@php.net>2007-02-21 19:22:28 +0000
commit22a866818b915fd7620c9d0939453ef42f6059e4 (patch)
treecac553ded8539a7ab9dc2b8457444644e31bce36 /ext/ftp
parent4f3150c3507a71e05b454d3e10875c45ecd998ac (diff)
downloadphp-git-22a866818b915fd7620c9d0939453ef42f6059e4.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--