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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sun Dec 22 11:01:30 2024 UTC