MySQL Forums
Forum List  »  PHP

Re: new MySQLi connector won't work
Posted by: Ulf Wendel
Date: May 05, 2006 08:03AM

Edwin Meester wrote:
> The php_Mysqli.dll provided by PHP.net works
> perfectly.
> But I was talking about the php_mysqli.dll at
> http://dev.mysql.com/downloads/connector/php/
>
> Which isn't seen as extension.

Hmm, as I successfully installed the .dll from dev.mysql.com, I wonder what's the problem. Can you check in the output of phpinfo()

- which php.ini file gets used by PHP
- if you have put the php_mysqli.dll in the directory specified with extension_dir in the php.ini
- uncommented the ;extension=php_mysqli.dll line

So, if you're 101% sure the php.ini config is same, try loading the extension with dl(c:/full/path/to/php_mysqli.dll). If it loads fine, then it's a fault of you configuration (php.ini, locateion of the dll's, ...) that the php.ini way does not work. If it does not load properly using dl(), post OS version and error messages.

Ulf

Options: ReplyQuote


Subject
Written By
Posted
Re: new MySQLi connector won't work
May 05, 2006 08:03AM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.