PC Nerd Posted January 23, 2008 Share Posted January 23, 2008 Hi, Ive got a server which is running 4.1.22 PHP and MySQL 4.1.21 Now i know that mysqli_ functions in PHP 5 work with MySQL 4.1 and higher however does php 4.1 support mysqli_functions? Thanks for your help P.S. - if thre is a specific page that outlines all compatability thigns between PHP and MySQL coudl you point me to that page and ill use it for future reference. Thanks Quote Link to comment Share on other sites More sharing options...
pdkv2 Posted January 23, 2008 Share Posted January 23, 2008 The mysqli extension is designed to work with the version 4.1.3 or above of MySQL Quote Link to comment Share on other sites More sharing options...
PC Nerd Posted January 23, 2008 Author Share Posted January 23, 2008 yes my question is what version oh PHP was it first implemented in? ie MySQl may be able to support those functions ( being 4.1.3 or higher ) but if the serve ris running version 4.1.1 it may not have the mysqli_ support what verison oh PHP was mysqli_ first introduced ? thanks Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted January 23, 2008 Share Posted January 23, 2008 The mysqli extension was added in php 5.0. - http://www.php.net/manual/en/migration5.databases.php Quote Link to comment Share on other sites More sharing options...
PC Nerd Posted January 23, 2008 Author Share Posted January 23, 2008 ok - thanks Quote Link to comment Share on other sites More sharing options...
pdkv2 Posted January 23, 2008 Share Posted January 23, 2008 http://forums.codewalkers.com/php-installation-46/mysqli-for-php4-3-11t-46708.html Quote Link to comment Share on other sites More sharing options...
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.