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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: phadeguy at hotmail dot com
New email:
PHP Version: OS:

 

 [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: Sat Apr 27 00:01:30 2024 UTC