preg_replace() function is removed in latest PHP 7.* . Need PHP7 compatible code
-
Hi Guys,
The PHP function preg_replace() is used in your plugin which is removed in the latest PHP version 7.*. I have encountered this problem with another Latex plugin due to which all my mathematical formulas and equations vanished right away with a warning that preg_replace is no longer supported. They have given it’s alternate: preg_replace_callback() so we have to use this instead.
So please let me know do you guys have a plan to update your code so that it is compatible with PHP 7.*. If yes, then when? Because I have clients waiting on this.
And kindly let me know one more thing, is the plugin compatible with Math-type 6.9 methods?
Quick response is highly appreciated.
Thanks,
Sameer Rajput
- The topic ‘preg_replace() function is removed in latest PHP 7.* . Need PHP7 compatible code’ is closed to new replies.