MySQL 5.6.17 released

I would like to add that PHP recompilation is only needed using CustomBuild 1.1 and 1.2, but not 2.0.
 
No, cURL is still a component which libraries are loaded into PHP, so you need to rebuild PHP after cURL compilation. For MySQL CustomBuild 2.0 uses MySQL Native Driver, so it connects to the socket directly, that means PHP is communicating directly to MySQL server, skipping the MySQL client part.
 
A php recompile is automatically done by custombuild 1.1 and 1.2 after a MySQL upgrade via custombuild.;)
 
Back
Top