&reftitle.install;
By using the
configuration option you enable PHP to access MySQL
databases. If you use this option without specifying the path to MySQL,
PHP will use the built-in MySQL client libraries. With
PHP 4 MySQL support is always enabled; if you don't specify the configure
option, the bundled libraries are used. Users who run other applications
that use MySQL (for example, running PHP 3 and PHP 4 as concurrent apache
modules, or auth-mysql) should always specify the path to MySQL:
.
This will force PHP to use the client libraries installed
by MySQL, avoiding any conflicts.
&windows.builtin;
Crashes and startup problems of PHP may be encountered
when loading this extension in conjunction with the recode extension.
See the recode extension for more
information.