diff options
| -rw-r--r-- | php.ini-dist | 2 |
1 files changed, 1 insertions, 1 deletions
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 ; |
