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
 [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: Wed Apr 24 20:01:32 2024 UTC