php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7297 mssql_fetch_object
Submitted: 2000-10-17 17:44 UTC Modified: 2000-10-20 15:51 UTC
From: phadeguy at hotmail dot com Assigned:
Status: Closed Package: MSSQL related
PHP Version: 4.0.3pl1 OS: Windows 2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
38 - 14 = ?
Subscribe to this entry?

 
 [2000-10-17 17:44 UTC] phadeguy at hotmail dot com
Any statements that use mssql_fetch_object fail, resulting in the page hanging up and doing nothing.  Example statement:

$row = mssql_fetch_object($result);

The application was origionally written with PHP3 and we are testing out PHP4.  mssql_query appears to work correctly but fetch does not.  We've reverted to PHP3 on the same machine and everything works fine.  The server is Windows 2000 Server with SP1.  We will be sticking with 3 until a solution can be found for mssql_fetch_object.  My guess is that the mssql70 library may be to blame.  

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-20 15:51 UTC] fmk@php.net
This is fixed in CVS and it will be available from php 4.0.4

- Frank
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 21:01:29 2024 UTC