summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2019-06-07 11:36:39 +0300
committerDmitry Stogov <dmitry@zend.com>2019-06-07 11:36:39 +0300
commit83cdb89f8a6cbc656f2f95aeb6ce1c97691e197f (patch)
tree027957cf578ec8d7640242728fd33e4b8c29f534 /NEWS
parent7d1aa7534d756477d45f8fa63b5467589ccca031 (diff)
downloadphp-git-83cdb89f8a6cbc656f2f95aeb6ce1c97691e197f.tar.gz
Fixed bug #77135 (Extract with EXTR_SKIP should skip $this)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c065a39b8d..44644166d7 100644
--- a/NEWS
+++ b/NEWS
@@ -13,8 +13,6 @@ PHP NEWS
- MySQLi:
. Fixed bug #77956 (When mysqli.allow_local_infile = Off, use a meaningful
error message). (Sjon Hortensius)
- . Fixed bug #38546 (bindParam incorrect processing of bool types).
- (camporter)
- OpenSSL:
. Fixed bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c).
@@ -24,6 +22,10 @@ PHP NEWS
. Fixed bug #78038 (Socket_select fails when resource array contains
references). (Nikita)
+- Standard:
+ . Fixed bug #77135 (Extract with EXTR_SKIP should skip $this).
+ (Craig Duncan, Dmitry)
+
- Zip:
. Fixed bug #76345 (zip.h not found). (Michael Maroszek)