How can i solve this Fatal Error: ezSQL_mysql requires mySQL Lib to be compiled and or linked in to the PHP engine I can't finish installation with script.
You need to make sure mysql is installed and mysql php extension is installed and loaded in php. Check your php.ini file to confirm that the extension is loaded
Mysql is installed long time ago. In php.ini file? I can't see at all that name extension in php.ini file!
Its not "mysqli" problem. Your script is trying to use outdated "MySQL" extension. This extension was removed in PHP 7, and is not considered safe anymore. No good webhost will install this extension on a shared server anymore. Use a new "mysqli" based script.
Yes that i was thought. Ok that script is old maybe last PHP was 6 or something.Now my question is. Is it possible to update whole script to work in latest PHP 8 ?
Have you got a link to where you get ezSQL_mysql from so we can have a look at it, to see how much work would be needed to update it?
@lapidus Sure, its possible to update it to use mysqli. Upload the script somewhere, zipped, and send me a download link in inbox. Might cost you a bit, depending on the work.
the only dependency of ezsql is that you have php and the associated php libraries for the database(s) you want to use. if you have other package errors, that is most likely on your end.