Replies: 1 comment 3 replies
-
For not best practices... Edit |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am updating a project from M 2.4.0 to M 2.4.4 and I have seen some deprecated errors when I use PHP 8.1
for example this:
Deprecated Functionality: Zend_Http_UserAgent implements the Serializable interface, which is deprecated.
The file is:
vendor/magento/zendframework1/library/Zend/Http/UserAgent.php
Class Zend_Http_UserAgent implements Serializable
{
}
how can I fix this without changing the vendor file? I already saw messages to explode and strpos functions
thanks
Beta Was this translation helpful? Give feedback.
All reactions