diff options
author | Ard Biesheuvel <abies@php.net> | 2004-01-25 15:18:02 +0000 |
---|---|---|
committer | Ard Biesheuvel <abies@php.net> | 2004-01-25 15:18:02 +0000 |
commit | e0c0c9f620354d96fc9c36d22ac6dc497307576f (patch) | |
tree | aea8d9057803c12403fec0e0c64b487f5eb1ec35 | |
parent | 86fe4ab6a1fb99c54abd278c5f3709c76a466796 (diff) | |
download | php-git-e0c0c9f620354d96fc9c36d22ac6dc497307576f.tar.gz |
MySQL is no longer built in by default
-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 |