php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26631 mssql_fetch_array() doesn't support the second parameter
Submitted: 2003-12-15 06:27 UTC Modified: 2003-12-15 09:05 UTC
From: andrzejk at navopgd dot pl Assigned:
Status: Not a bug Package: MSSQL related
PHP Version: 4.3.3 OS: Mandrake 9.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: andrzejk at navopgd dot pl
New email:
PHP Version: OS:

 

 [2003-12-15 06:27 UTC] andrzejk at navopgd dot pl
Description:
------------
I'm repeatedly getting this warning:
Wrong parameter count for mssql_fetch_array() in /home/www/name_has_been_mangled.php on line 210
This line contains:
while($row = mssql_fetch_array($result,MSSQL_ASSOC))


Expected result:
----------------
No warning.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-12-15 09:05 UTC] sniper@php.net
You're propably using sybase (which has these aliases for some reason), and it only expects one parameter for this function.

No bug here.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 16:01:29 2024 UTC