Nick Lane-Smith wrote:
Hello php-list,
I'm curious to why default mysql support was dropped from PHP 5?
The separation seems to have been done for license issues with the mysql library.
PHP 4.X uses a libmysql with an abandoned copyright for mysql access.
Suffice to say it's pretty hard to find people who speak in support of it.
Would the libmysql still work with PHP 5, or is PHP 5 dependent on the Mysql AB mysqlclient library?
You could compile with the 'old' mysql extension. The problem with that is the old client libraries do not work with the newer versions of the database.
Are there any LGPL mysql libraries that would work with PHP 5?
According to the mysql terms you cannot write a LGPL client library. You would be forced to make it a commercial license or make it GPL.
Good news is there is something better. Postgres is released under a freeBSD license. It's miles ahead of mysql in which way you look at it.
thanks,
-Nick
-- Raditha Dissanayake. ------------------------------------------------------------------------ http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphical User Inteface. Just 128 KB | with progress bar.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php