Welcome Guest, Not a member yet? Register   Sign In
Any problem with PHP 5.3.x version?
#3

[eluser]Unknown[/eluser]
Thanks noideawhattotypehere!!

Really?? what is your error_reporting() settings? do you use mysqli ??

system\database\drivers\mysqli\mysqli_driver.php

Line 318

Code:
elseif (function_exists('mysql_escape_string'))

http://php.net/manual/en/function.mysql-...string.php

"5.3.0 This function now throws an E_DEPRECATED notice."

My current developing machine run 5.4.0 and I must change mysql_escape_string to mysql_real_escape_string. or error_reporting(~E_DEPRECATED) to work.

This is not a big problem, but... really the framework is fully compatible with error_reporting(0) :cheese:


Messages In This Thread
Any problem with PHP 5.3.x version? - by El Forum - 11-20-2013, 03:45 AM
Any problem with PHP 5.3.x version? - by El Forum - 11-20-2013, 06:07 AM
Any problem with PHP 5.3.x version? - by El Forum - 11-20-2013, 08:17 AM
Any problem with PHP 5.3.x version? - by El Forum - 11-21-2013, 06:36 AM
Any problem with PHP 5.3.x version? - by El Forum - 11-21-2013, 10:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB