From 3b7c8bb973cb4b37ae5f034651d9e4cd4147729f Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 6 Oct 2020 16:30:58 +0200 Subject: Fix bug #80126 When performing an unlinked instanceof, we also need to consider interfaces of parent classes, as they may not have been inherited yet. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index cc2f44a7db..8d02664ab7 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,7 @@ PHP NEWS (cmb) . Fixed bug #79423 (copy command is limited to size of file it can copy). (cmb) + . Fixed bug #80126 (Covariant return types failing compilation). (Nikita) - MySQLnd: . Fixed bug #80115 (mysqlnd.debug doesn't recognize absolute paths with -- cgit v1.2.1