PHP5
PHP5
Out of context: Reply #5
- Started
- Last post
- 8 Responses
- chl0
"MySQL is no longer bundled" means that the MySQL client library is no longer part of the PHP source code. This is because MySQL changed their licenses so that everything is GPL, and this conflicts with the PHP license.
Now, if you already have MySQL installed, it will still work just fine. PHP will build against the client you have installed, which is probably what was happening before anyway.
AFAIKT, this is not as big a deal as people are making it out to be.