diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-02-21 01:04:41 -0300 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-02-23 11:27:14 +0100 |
commit | 0b8cfa6c786536947cfa0be1aad0e396096aded7 (patch) | |
tree | 95ef15a55ba439083073ff65b6ef3fddf8535411 /NEWS | |
parent | 42952a756e20f147db9ef6cd1f16db6cfaabfef1 (diff) | |
download | php-git-0b8cfa6c786536947cfa0be1aad0e396096aded7.tar.gz |
Fix some arginfos
* all arguments for ftp_pasv are required
* $varname for getenv function isn't required anymore
* fsockopen and pfsockopen only require $hostname
* strtok can work with only one parameter
* strpbrk needs two parameters to work
* required parameters and add some parameters in openssl_* functions
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,9 @@ PHP NEWS . Fixed bug #68406 (calling var_dump on a DateTimeZone object modifies it). (jhdxr) +- FTP: + . Fixed ftp_pasv arginfo. (carusogabriel) + - LDAP: . Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke) @@ -47,6 +50,7 @@ PHP NEWS . Fixed bug #75961 (Strange references behavior). (Laruence) . Fixed bug #75916 (DNS_CAA record results contain garbage). (Mike, Philip Sharp) + . Fixed some arginfos. (carusogabriel) 01 Feb 2018, PHP 7.1.14 |