mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
ftp_ssl_connect() is available in official Windows builds as of PHP 7.0.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349421 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f12adb7d02
commit
60511f0626
1 changed files with 4 additions and 4 deletions
|
@ -25,11 +25,11 @@
|
|||
<note>
|
||||
<title>Why this function may not exist</title>
|
||||
<para>
|
||||
<function>ftp_ssl_connect</function> is only available if both
|
||||
Before PHP 7.0.0, <function>ftp_ssl_connect</function> was only available if both
|
||||
the ftp module and the <link linkend="ref.openssl">OpenSSL</link>
|
||||
support is built statically into php, this means that on Windows this
|
||||
function will be undefined in the official PHP builds. To make this
|
||||
function available on Windows you must compile your own PHP binaries.
|
||||
support have been built statically into php; this means that on Windows this
|
||||
function had been undefined in the official PHP builds. To have this
|
||||
function available on Windows, it had been necessary to compile own PHP binaries.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
|
|
Loading…
Reference in a new issue