Re: mysql and the PHP transition from 4 to 5.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux