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
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:
25 + 2 = ?
Subscribe to this entry?

 
 [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: Sat May 04 15:01:29 2024 UTC