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
 [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 Apr 25 17:01:29 2024 UTC