From: Ard Biesheuvel Date: Sun, 25 Jan 2004 15:18:02 +0000 (+0000) Subject: MySQL is no longer built in by default X-Git-Tag: RELEASE_1_3b6~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0c0c9f620354d96fc9c36d22ac6dc497307576f;p=php MySQL is no longer built in by default --- 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