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:
Pasindu De Silva 2018-01-10 10:05:08 +00:00
parent 35f9c4a531
commit cbbd9d134a

View file

@ -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>