From 640501ab19f0d2c07ae8bf127b07f1887ac29de4 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sun, 6 Aug 2000 02:06:43 +0000 Subject: [PATCH] Remove mysql dll --- php.ini-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.ini-dist b/php.ini-dist index aebdba1f60..d435ed18da 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -238,7 +238,6 @@ enable_dl = On ; Whether or not to enable the dl() function. ;Windows Extensions -;extension=php_mysql.dll ;extension=php_nsmail.dll ;extension=php_calendar.dll ;extension=php_dbase.dll @@ -253,6 +252,7 @@ enable_dl = On ; Whether or not to enable the dl() function. ;extension=php_crypt.dll ;extension=php_msql2.dll ;extension=php_odbc.dll +; Note that MySQL support is now built in, so no dll is needed for it. ;;;;;;;;;;;;;;;;;;; ; Module Settings ; -- 2.50.1