From e0c0c9f620354d96fc9c36d22ac6dc497307576f Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Sun, 25 Jan 2004 15:18:02 +0000 Subject: [PATCH] MySQL is no longer built in by default --- php.ini-dist | 2 +- 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 -- 2.50.1