Failure

User tests: Successful: Unsuccessful:

avatar yajiedesign
yajiedesign
6 Aug 2013

in php 5.5.0 the preg_replace() /e modifier is deprecated. Use preg_replace_callback() instead.

avatar yajiedesign yajiedesign - open - 6 Aug 2013
avatar elkuku
elkuku - comment - 6 Aug 2013

Very good.
But why do you keep the "old" pre 5.5 thing ? preg_replace_callback should be available since PHP 4.0.5.

avatar mbabker
mbabker - comment - 6 Aug 2013

Can we combine efforts on #1309 and make sure we aren't putting more effort than necessary into a fix that appears to have already been proposed?

avatar elkuku
elkuku - comment - 6 Aug 2013

marked as duplicate :wink:

Add a Comment

Login with GitHub to post a comment