Hello all,
Does anyone upgraded from MySQL 4.0 to MySQL 4.1 using PHP 4 code?
If so, what are the changes that were required on the code?
PHP website says that it is required to install a new MySQL extension.
I am doing PHP4 programming under Linux.
What do you suggest that I should be aware while upgrading the server?
If you need new features of mysql 4.1, you need to use mysqli extension. Otherwise you don't need to change any php code. You still need to install the compat client libraries.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php