Bug #21575 | Stored Procedure with INOUT parm fails when called from PHP 5 | ||
---|---|---|---|
Submitted: | 10 Aug 2006 22:36 | Modified: | 14 Aug 2006 7:19 |
Reporter: | Debbie Frazer | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.23 | OS: | Windows (XP) |
Assigned to: | Sveta Smirnova | CPU Architecture: | Any |
Tags: | INOUT, MYSQL5, PHP5, stored procedure |
[10 Aug 2006 22:36]
Debbie Frazer
[11 Aug 2006 6:26]
Sveta Smirnova
Thank you for the report. Which PDO driver do you use?
[11 Aug 2006 20:38]
Debbie Frazer
I downloaded php-5.1.4-Win32.zip from the PHP website and extracted php_pdo.dll and php_pdo_mysql.dll.
[14 Aug 2006 7:19]
Sveta Smirnova
http://www.php.net/manual/ru/ref.pdo-mysql.php says what pdo_mysql uses server side prepare statements or emulates they. But server side prepared statements do not support CALL yet: http://dev.mysql.com/doc/refman/5.1/en/sqlps.html