magento / zf1

ZF1 adopted for Magento 2. Use composer in Magento 2 root to download it.
BSD 3-Clause "New" or "Revised" License
60 stars 61 forks source link

Deprecated Functionality: str_replace() php 8.1 magento 2.4.4 #51

Open Masumisigma opened 2 years ago

Masumisigma commented 2 years ago

Getting the below error for PHP 8.1.

1 exception(s):
Exception #0 (Exception): Deprecated Functionality: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /var/www/html/project/vendor/magento/zendframework1/library/Zend/Log/Formatter/Simple.php on line 103

Exception #0 (Exception): Deprecated Functionality: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /var/www/html/project/vendor/magento/zendframework1/library/Zend/Log/Formatter/Simple.php on line 103
<pre>#1 str_replace() called at [vendor/magento/zendframework1/library/Zend/Log/Formatter/Simple.php:103]
#2 Zend_Log_Formatter_Simple->format() called at [vendor/magento/zendframework1/library/Zend/Log/Writer/Stream.php:131]
xmav commented 2 years ago

Hi @Masumisigma ! Could you please provide steps how to reproduce issue ?