Unreal Posted August 9, 2012 Posted August 9, 2012 On my script sql_regcase is deprecated as of php.5.3 Whats the replacement for this if anyone can help me Quote
SilverStar Posted August 9, 2012 Posted August 9, 2012 On my script sql_regcase is deprecated as of php.5.3 Whats the replacement for this if anyone can help me Did you try reading this? http://php.net/manual/en/function.sql-regcase.php Quote
Unreal Posted August 9, 2012 Author Posted August 9, 2012 Did you try reading this? http://php.net/manual/en/function.sql-regcase.php Yeah but i didnt see a link due to my internet connection being weak. Spotted it and there is no equivalent Quote
Spudinski Posted August 10, 2012 Posted August 10, 2012 /[foobar]/i == sql_diblah. Also, why are you still using POSIX? PCRE is non-arguably faster and more powerful. In my mind, POSIX is just a "feed me mommy" lib. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.