php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58376 call a stored procedure of oracle
Submitted: 2008-10-13 03:47 UTC Modified: 2012-06-26 23:25 UTC
From: weilinqiang2008 at 126 dot com Assigned:
Status: Duplicate Package: *General Issues
PHP Version: 5_2 CVS-2008-10-13 (dev) OS: win
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: weilinqiang2008 at 126 dot com
New email:
PHP Version: OS:

 

 [2008-10-13 03:47 UTC] weilinqiang2008 at 126 dot com
Description:
------------
a stored procedure of oracle like this:
 
procedure_name(p_cur        OUT CURSOR
              ,p_error_Code OUT VARCHAR2
              ,p_error_Msg  OUT VARCHAR2
               )
 
how called of the pdo.
 
thanks

Reproduce code:
---------------
no

Expected result:
----------------
no

Actual result:
--------------
no

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-10-13 03:50 UTC] weilinqiang2008 at 126 dot com
how called with the pdo
 [2012-06-26 23:25 UTC] sixd@php.net
-Status: Open +Status: Duplicate -Package: PDO_OCI +Package: *General Issues
 [2012-06-26 23:25 UTC] sixd@php.net
Closing as a dup of https://bugs.php.net/bug.php?id=60703 which has more 
explanation and an (unreviewed) patch.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 03:01:33 2025 UTC