diff options
-rw-r--r-- | php.ini-dist | 2 | ||||
-rw-r--r-- | php.ini-recommended | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-dist b/php.ini-dist index c6ef7da96d..77adcb0928 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -531,7 +531,7 @@ default_socket_timeout = 60 ;Windows Extensions -;Note that MySQL and ODBC support is now built in, so no dll is needed for it. +;Note that ODBC support is now built in, so no dll is needed for it. ; ;extension=php_bz2.dll ;extension=php_cpdf.dll diff --git a/php.ini-recommended b/php.ini-recommended index 45a91a9fca..cc67b5621d 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -550,7 +550,7 @@ default_socket_timeout = 60 ;Windows Extensions -;Note that MySQL and ODBC support is now built in, so no dll is needed for it. +;Note that ODBC support is now built in, so no dll is needed for it. ; ;extension=php_bz2.dll ;extension=php_cpdf.dll |