Browse Source

Hopefully this will stop the php_mysql.dll questions that haunt us...

PHP-4.0.5
Zeev Suraski 26 years ago
parent
commit
2dbc46b7b1
  1. 2
      win32/README.txt

2
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,

Loading…
Cancel
Save