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
PHP 8.2 is expected to be released at the end of November 2022.
Figured it can't hurt to track PHP 8.2 compatibility in a dedicated ticket.
At first glance it looks like the dynamic properties deprecation creates some warnings.
Creation of dynamic property AmpProject\Dom\Document::$head is deprecated in /path/to/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DeduplicateTag.php on line 65
Creation of dynamic property AmpProject\Dom\Document::$body is deprecated in /path/to/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DeduplicateTag.php on line 65
Creation of dynamic property AmpProject\Dom\Document::$html is deprecated in /path/to/vendor/ampproject/amp-toolbox/src/Dom/Document.php on line 699
Creation of dynamic property AmpProject\Dom\Document::$xpath is deprecated in /path/to/vendor/ampproject/amp-toolbox/src/Dom/Document.php on line 687
The text was updated successfully, but these errors were encountered:
PHP 8.2 is expected to be released at the end of November 2022.
Figured it can't hurt to track PHP 8.2 compatibility in a dedicated ticket.
At first glance it looks like the dynamic properties deprecation creates some warnings.
The text was updated successfully, but these errors were encountered: