You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mysql_real_escape_string() is used, but is deprecated in php 7. Is it even necessary to use that since the final mysql statement goes through Database->prepare() function?
The text was updated successfully, but these errors were encountered:
Are there plans in the works to ensure that isotope (isotope_rules, in this case) is php 7 compatible?
As an example of where this becomes a problem, please refer to https://github.com/isotope/core/blob/master/system/modules/isotope_rules/library/Isotope/Model/Rule.php#L283
mysql_real_escape_string() is used, but is deprecated in php 7. Is it even necessary to use that since the final mysql statement goes through Database->prepare() function?
The text was updated successfully, but these errors were encountered: