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 Link to comment https://forums.phpfreaks.com/topic/87339-solved-php-and-mysql-compatability-questions/ 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 Link to comment https://forums.phpfreaks.com/topic/87339-solved-php-and-mysql-compatability-questions/#findComment-446710 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 Link to comment https://forums.phpfreaks.com/topic/87339-solved-php-and-mysql-compatability-questions/#findComment-446713 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 Link to comment https://forums.phpfreaks.com/topic/87339-solved-php-and-mysql-compatability-questions/#findComment-446724 Share on other sites More sharing options...
PC Nerd Posted January 23, 2008 Author Share Posted January 23, 2008 ok - thanks Link to comment https://forums.phpfreaks.com/topic/87339-solved-php-and-mysql-compatability-questions/#findComment-446725 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 Link to comment https://forums.phpfreaks.com/topic/87339-solved-php-and-mysql-compatability-questions/#findComment-446727 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.