php 5.3 build 7474
At the first execution of the project with connection to a server(linux) with mysql 4.1 existing schema I obtain:
Warning: mysql_connect(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '2.0/DST' instead in C:\progetti phprunner\fftest2\output\include\dbconnection.php on line 9 Warning: mysql_connect(): OK packet 6 bytes shorter than expected in C:\progetti phprunner\fftest2\output\include\dbconnection.php on line 9 Warning: mysql_connect(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '2.0/DST' instead in C:\progetti phprunner\fftest2\output\include\dbconnection.php on line 9 Warning: mysql_connect(): mysqlnd cannot connect to MySQL 4.1+ using old authentication in C:\progetti phprunner\fftest2\output\include\dbconnection.php on line 9 Warning: trigger_error(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '2.0/DST' instead in C:\progetti phprunner\fftest2\output\include\dbconnection.php on line 12 Fatal error: mysqlnd cannot connect to MySQL 4.1+ using old authentication in C:\progetti phprunner\fftest2\output\include\dbconnection.php on line 12
can someone help me ?
Thanks.
Fabio