--- ./php.ini-dist.orig 2002-12-26 05:27:08.000000000 -0800 +++ ./php.ini-dist 2003-01-06 17:31:41.000000000 -0800 @@ -420,7 +420,7 @@ user_dir = ; Directory in which the loadable extensions (modules) reside. -extension_dir = ./ +extension_dir = /usr/lib/php/extensions/ ; Whether or not to enable the dl() function. The dl() function does NOT work ; properly in multithreaded servers, such as IIS or Zeus, and is automatically @@ -513,6 +513,9 @@ ; Note that it should be the name of the module only; no directory information ; needs to go here. Specify the location of the extension with the ; extension_dir directive above. +; +; Load the MySQL module by default. Comment this out if you don't use MySQL. +extension=mysql.so ;Windows Extensions --- ./php.ini-recommended.orig 2002-12-26 05:27:08.000000000 -0800 +++ ./php.ini-recommended 2003-01-06 17:32:48.000000000 -0800 @@ -435,7 +435,7 @@ user_dir = ; Directory in which the loadable extensions (modules) reside. -extension_dir = ./ +extension_dir = /usr/lib/php/extensions/ ; Whether or not to enable the dl() function. The dl() function does NOT work ; properly in multithreaded servers, such as IIS or Zeus, and is automatically @@ -528,6 +528,9 @@ ; Note that it should be the name of the module only; no directory information ; needs to go here. Specify the location of the extension with the ; extension_dir directive above. +; +; Load the MySQL module by default. Comment this out if you don't use MySQL. +extension=mysql.so ;Windows Extensions