Project

General

Profile

extplorer on PHP 5.5 -- preg_replace /e depracated

Added by Ruediger Schultz over 9 years ago

Thank you for a beautiful tool - this is really marvelous!

For your information:

On PHP 5.5 I get the following error messages in my webserver's error log:

PHP Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in XXXXX\httpdocs\libraries\inputfilter.php on line 456
PHP Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in XXXXX\httpdocs\libraries\inputfilter.php on line 458

You might want to fix this in a future version. I don't know what other deprecated features might turn up...

Best regards
Ruediger