You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WeakReference class added to PHP 7.4 cannot be downgraded, so the DOWNGRADE_PHP74 set should throw DowngradeNotPossibleException whenever WeakReference is found in the code.
Feature Request
The
WeakReferenceclass added to PHP 7.4 cannot be downgraded, so theDOWNGRADE_PHP74set should throwDowngradeNotPossibleExceptionwheneverWeakReferenceis found in the code.