summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-02-21 01:04:41 -0300
committerChristoph M. Becker <cmbecker69@gmx.de>2018-02-23 11:27:14 +0100
commit0b8cfa6c786536947cfa0be1aad0e396096aded7 (patch)
tree95ef15a55ba439083073ff65b6ef3fddf8535411 /NEWS
parent42952a756e20f147db9ef6cd1f16db6cfaabfef1 (diff)
downloadphp-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--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aa3c57d79b..6c4e537239 100644
--- a/NEWS
+++ b/NEWS
@@ -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