ereg_replace deprecated
-
Your code uses ereg_replace
As of PHP 5.3.0, the regex extension is deprecated in favor of the PCRE extension. Calling this function will issue an E_DEPRECATED notice. See the list of differences for help on converting to PCRE.
http://php.net/manual/en/function.ereg-replace.php
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘ereg_replace deprecated’ is closed to new replies.