MySQL Forums
Forum List  »  PHP

Re: php_mysqli.dll setup error
Posted by: Ashley Sewell
Date: June 28, 2006 09:23PM

Beauford wrote:
> If you ever find a solution to this let me know. I
> have put about 2 weeks into this without any luck
> and have tried every tip trick and hack I have
> been able to come up with.
>
> I believe this to be a bug in the newer PHP
> versions. There are just way to many people with
> the same problems.
>
> B

The only solution I came up with was to run with the PHP.NET version of php_mysqli.dll and work around the bugs like returning an unknown type for any sql statement that contains a SUM function. Lucky for me there was only one page that needed to use SUM, so I returned the entire recordset and summed the values in PHP using a loop.

Not ideal or efficient I know, but it was better than holding up the release of my project.

Options: ReplyQuote


Subject
Written By
Posted
Re: php_mysqli.dll setup error
June 28, 2006 09:23PM


Sorry, you can't reply to this topic. It has been closed.

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.