Posted by David
2014-05-27

Hi Tom,

Thanks again for your answer regarding ‘mysqli’.

Based on your previous reply: "CMySQL.inc.php" is the only file where you used "mysql_*" extension. Are there any other functions that I need to replace (could you please advise where)? Will your scripts keep working correctly if I will not replace the code to ‘mysqli’ extension (on PHP 5.5.0)?

I have some knowledge in PHP and MySQL, could you explain a bit more on the procedure of the replacement to ‘mysqli’.

Thanks,
David
Posted by Tom
2014-05-28

>Are there any other functions that I need to replace (could you please advise where)?

No, you don't need to but just relpacing the functions may not be enough. In some occasions, you may have to modify the code, too.

>Will your scripts keep working correctly if I will not replace the code to ‘mysqli’ extension (on PHP 5.5.0)?

Yes, it's working on PHP5.5 ( except the installation script ) I have to patch the installation scripts for 5.5. Other than that it's working. You should wait to move to mysqli_* until they completely remove mysql_* from PHP. There are still many scripts that use mysql_* on the net. I think it's going to take some time for mysql_* to retire.