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
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: 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

Pull Requests

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