Edit report at https://bugs.php.net/bug.php?id=57758&edit=1
ID: 57758 Updated by: s...@php.net Reported by: aranna at free dot fr Summary: PDO_OCI and Cursor -Status: Open +Status: Duplicate Type: Bug -Package: PDO_OCI +Package: *General Issues Operating System: RedHat 4 Ent PHP Version: Irrelevant Block user comment: N Private report: N New Comment: Closing as a dup of https://bugs.php.net/bug.php?id=60703 since it has more info and an (unreviewed) patch. Previous Comments: ------------------------------------------------------------------------ [2008-07-08 13:44:28] tfalgout at yahoo-inc dot com Is there any update on this? I'm also encountering the same issue. ------------------------------------------------------------------------ [2007-07-23 05:50:33] aranna at free dot fr Description: ------------ Here the oracle storage procedure content: ========================================== PROCEDURE REQ_TEST_PAK (res IN OUT REQ_9COLONNES_PKG.resultat) AS BEGIN OPEN res FOR SELECT * FROM AGENCP; END REQ_TEST_PAK; Reproduce code: --------------- Here the PHP code : =================== ... $stmt = $oracle->prepare("call FM.REQ_TEST_PAK(?)"); $stmt->bindParam(1, $toto, PDO::PARAM_INPUT_OUTPUT, 4000); ... Expected result: ---------------- Result of execution Actual result: -------------- Re: ORA-06553: PLS-306: wrong number or types of arguments ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=57758&edit=1