php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #1706 http://www.php.net/manual/function.ocifetchinto.php3 has the wrong arguments.
Submitted: 1999-07-13 14:44 UTC Modified: 1999-07-13 21:51 UTC
From: philip at adhesivemedia dot com Assigned: mbritton (profile)
Status: Closed Package: Documentation problem
PHP Version: 3.0.11 OS: n/a
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: philip at adhesivemedia dot com
New email:
PHP Version: OS:

 

 [1999-07-13 14:44 UTC] philip at adhesivemedia dot com
http://www.php.net/manual/function.ocifetchinto.php3 lists the function arguments as:

int OCIFetchInto(array &result, int [mode]);

when it's actually

OCIFetchInto(int conn, string &result, int [mode]);

This is noted in the notes, but I didn't see a bug for it so figured I'd send it.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-13 21:51 UTC] mbritton at cvs dot php dot net
It's actually:
int OCIFetchinto(int stmt, array &result, [int mode])

It has been fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 22 10:01:30 2024 UTC