Symfony 1.4 deprecated function in php

后端 未结 4 2046
感动是毒
感动是毒 2021-01-01 03:54

Anyone know what is this error? I need help with this Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in C:\\xampp\\htdocs

4条回答
  •  春和景丽
    2021-01-01 04:29

    You can unset the E_DEPRECATED flag in every application settings.yml :

    dev:
      .settings:
         error_reporting:  
    

提交回复
热议问题