mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
ftp_set_option missed option FTP_USEPASVADDRESS
added in: https://github.com/php/php-src/pull/1668 -- Provided by anonymous 86357 (spee.jeroen@gmail.com) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343809 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
35f9c4a531
commit
cbbd9d134a
1 changed files with 7 additions and 0 deletions
|
@ -56,6 +56,13 @@
|
|||
This is enabled by default.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>FTP_USEPASVADDRESS</constant></entry>
|
||||
<entry>
|
||||
When disabled, PHP will ignore the IP address returned by the FTP server in response to the PASV command and instead use the IP address that was supplied in the ftp_connect().
|
||||
<parameter>value</parameter> must be a boolean.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue