I get this warning from PHP 5.2.3:
"Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of preg_match(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file"

Is it possible to make the update or adjustment to get rid of this warning? I know I can just change the warning level in PHP but its not possible to do on my web host.

As far as I can tell you just need to remove the three ampersands in the three preg_match() functions. It seems to fix it.

Thanks.

Comments

easyfit’s picture

Status: Active » Reviewed & tested by the community

Thanks for reporting, I'll have a new version up soon in which this is fixed.

easyfit’s picture

Status: Reviewed & tested by the community » Fixed

Fixed in 1.2.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.