[PHP-WIN] Re: Mysql support in PHP 5.0.5

2005-10-26 Thread S. Kang
if you are using Apache Web server, you don't have to put in windows system directory. You can put php.ini and libMySQL.dll in your apache bin directory. eg. c:\apache\bin\php.ini libMySQL.dll. If you don't copy libMySQL.dll to bin directory. Apache can't load your Mysql DLL (php_mysql.dll).

[PHP-WIN] Re: Mysql support in PHP 5.0.5

2005-10-25 Thread Rosty Kerei
Make sure you have correct extension_dir value in your php.ini Sincerely, Rosty Kerei [EMAIL PROTECTED] ""Beau Newcomb"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I've tried everything the faqs say and I'm still unable to get mysql > support > in PHP5.. > > > > I've added H: