MySQL Forums
Forum List  »  PHP

Re: php_mysqli.dll setup error
Posted by: Ashley Sewell
Date: June 21, 2006 10:22PM

Ashley Sewell wrote:
> Funny...now that I've done this I can use prepared
> statements that don't invoke the "bind_param"
> method, still not preferable as there are a few
> statements that insert into a mediumtext field and
> "bind_param" is able to parse the parameters much
> cleaner than embedding everything in the INSERT
> statement.

I just took this a step further and dropped back to using only the php.net dll's for php_mysql.dll, php_mysqli.dll and libmysql.dll. So my phpinfo() output is now:

MysqlI Support | enabled
Client API library version | 4.1.7
Client API header version | 4.1.7

And hey presto, all of my code (or at least the 90% I've tested) works - that includes the "bind_param" method. Seems that I don't need the mysql.com updated connector dll's after all.

Options: ReplyQuote


Subject
Written By
Posted
Re: php_mysqli.dll setup error
June 21, 2006 10:22PM


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.