When we upgrade Magento 2.4.6 then we might get deprecated Zend classes errors in custom modules because of some Zend class removed in Magento 2.4.6. In this blog I added some depreciated Zend classes alternative to fix those error.

We have some alternative of Zend class are Laminas classes and Magento classes

Here is list of alternative of Zend classes.

\Zend_Http_Client::POST => \Laminas\Http\Request::METHOD_POST
\Zend_Http_Client::GET => \Laminas\Http\Request::METHOD_GET
\Zend_Json => \Laminas\Json\Json
\Zend_Filter => \Magento\Framework\Filter\FilterInput
\Zend_Http_Client => \Laminas\Http\Request
\Zend_Http_Response => \Laminas\Http\Response
\Zend_Validate => \Laminas\Validator
\Zend_Filter_Input => \Magento\Framework\Filter\FilterInput
\Zend_Json_Exception => \Laminas\Json\Exception
\Zend_Db_Select => \Magento\Framework\DB\Select
\Zend_Filter_BaseName => \Laminas\Filter\BaseName
Magento\Framework\HTTP\ZendClient => Magento\Framework\HTTP\LaminasClient


Might be you getting below errors:
Error: Class “Zend_Http_Client” not found in
Error: Class “Zend_Json” not found in
Error: Class “Zend_Filter” not found in
Error: Class “Zend_Http_Response” not found in
Error: Class “Zend_Validate” not found in
Error: Class “Zend_Filter_Input” not found in
Error: Class “Zend_Json_Exception” not found in
Error: Class “Zend_Db_Select” not found in
Error: Class “Zend_Filter_BaseName” not found in
User Deprecated Functionality: Class is deprecated in vendor/magento/framework/HTTP/ZendClient.php on line 27

Might be this restricted_classes.php help to find alternative for Zend.

If you have error with zend class. If you didn’t find solution yet. please add comment with error. I will help you to fix it.

Here is post for upgrade magento.
How to upgrade magento 2.4.5-p1 to 2.4.6-p3 opensource.

I hope this blog is useful to know depreciated Zend classes alternative. Don’t heisted to leave a comment in this blog, I’ll get back with some positive approach. Thank you ❤️

Keep liking 👍 Keep loving ❤️ Keep inspiring 🤩 No sharing 📣

19 Comments

  1. I don’t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article.

  2. Can you be more specific about the content of your article? After reading it, I still have some doubts. Hope you can help me.

  3. Just here to dive into discussions, share thoughts, and learn something new throughout the journey.
    I’m interested in hearing diverse viewpoints and adding to the conversation when possible. Always open to fresh thoughts and building connections.
    Here is my website-https://automisto24.com.ua/

  4. Happy to dive into discussions, share thoughts, and pick up new insights as I go.
    I’m interested in understanding different opinions and adding to the conversation when possible. Interested in hearing different experiences and connecting with others.
    There is my website:https://automisto24.com.ua/

  5. Свежие актуальные спорт сегодня новости со всего мира. Результаты матчей, интервью, аналитика, расписание игр и обзоры соревнований. Будьте в курсе главных событий каждый день!

  6. Микрозаймы онлайн https://kskredit.ru на карту — быстрое оформление, без справок и поручителей. Получите деньги за 5 минут, круглосуточно и без отказа. Доступны займы с любой кредитной историей.

  7. Хочешь больше денег https://mfokapital.ru Изучай инвестиции, учись зарабатывать, управляй финансами, торгуй на Форекс и используй магию денег. Рабочие схемы, ритуалы, лайфхаки и инструкции — путь к финансовой независимости начинается здесь!

  8. Быстрые микрозаймы https://clover-finance.ru без отказа — деньги онлайн за 5 минут. Минимум документов, максимум удобства. Получите займ с любой кредитной историей.

  9. Сделай сам как дешево сделать ремонт в ванной Ремонт квартиры и дома своими руками: стены, пол, потолок, сантехника, электрика и отделка. Всё, что нужно — в одном месте: от выбора материалов до финального штриха. Экономьте с умом!

  10. КПК «Доверие» https://bankingsmp.ru надежный кредитно-потребительский кооператив. Выгодные сбережения и доступные займы для пайщиков. Прозрачные условия, высокая доходность, финансовая стабильность и юридическая безопасность.

  11. Ваш финансовый гид https://kreditandbanks.ru — подбираем лучшие предложения по кредитам, займам и банковским продуктам. Рейтинг МФО, советы по улучшению КИ, юридическая информация и онлайн-сервисы.

  12. Займы под залог https://srochnyye-zaymy.ru недвижимости — быстрые деньги на любые цели. Оформление от 1 дня, без справок и поручителей. Одобрение до 90%, выгодные условия, честные проценты. Квартира или дом остаются в вашей собственности.

Write A Comment