php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12729 Wrong parameters for odbc_fetch_into
Submitted: 2001-08-13 22:55 UTC Modified: 2001-08-14 03:57 UTC
From: ajmarks195 at aol dot com Assigned:
Status: Not a bug Package: ODBC related
PHP Version: 4.0.6 OS: Windows 2000
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: ajmarks195 at aol dot com
New email:
PHP Version: OS:

 

 [2001-08-13 22:55 UTC] ajmarks195 at aol dot com
odbc_fetch_into($results, <number>, $array) expects a variable to be passed by reference for the second argument.  An error is generated for something like:

odbc_fetch_into($results, $i++, $array);

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-14 03:57 UTC] sniper@php.net
See bug: #11628

Also, read the bugs-dos-and-donts before submitting bug reports.

--Jani


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 20:01:28 2024 UTC