Does the Windows zip PHP 5.0.1 version come with MySQL included?
The Windows zip PHP 5.0.1 version does not come with MySQL included by default. To use MySQL with PHP, you need to enable the MySQL extension in the PHP configuration file (php.ini) by uncommenting the line `extension=php_mysql.dll`. Additionally, you need to ensure that the MySQL server is installed and running on your system.
// Enable MySQL extension in php.ini
// Uncomment the following line in php.ini:
// extension=php_mysql.dll