From: Zeev Suraski Date: Fri, 14 Jul 2000 19:42:59 +0000 (+0000) Subject: Hopefully this will stop the php_mysql.dll questions that haunt us... X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~273 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2dbc46b7b1b72ef04fd430f8b306ae0052d4cc0b;p=php Hopefully this will stop the php_mysql.dll questions that haunt us... --- diff --git a/win32/README.txt b/win32/README.txt index 047dc46864..89b27d81af 100644 --- a/win32/README.txt +++ b/win32/README.txt @@ -99,6 +99,8 @@ by adding a line like the following to your php.ini file: extension=path\to\extension\extension_name.dll Loading these extensions extends the functionality of PHP to support more functions and protocols. +Note: MySQL support is *built-in* as of PHP 4.0. You don't need to load any + additional extensions in order to use the MySQL functions. Good luck,