Php 4.3.10 giving problem with MSSQL

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Atiq
Forum Commoner
Posts: 26
Joined: Thu Feb 19, 2004 5:23 am

Php 4.3.10 giving problem with MSSQL

Post by Atiq »

Hello

I am using php 4.3.2 locally and connecting with MSSQL and it is working fine. On server our hosting compnay has just installed php 4.3.10.
And the script starts giving problems.
Insert and update statments runs but return false.
We have asked our hosting company and they said that this issue is there in php 4.3.10 and they are waiting for php 4.3.11.

Is there any fix to this any help will be appricated.

thanks and regards,
Atiq
lostboy
Forum Contributor
Posts: 329
Joined: Mon Dec 30, 2002 8:12 pm
Location: toronto,canada

Post by lostboy »

according to php.net, this was a bug in the dll. It has been corrected

http://bugs.php.net/search.php?search_f ... &bug_age=0
Post Reply