ID: 50416
Updated by: [email protected]
Reported By: ernesto_vargas at yahoo dot com
Status: Assigned
Bug Type: MySQL related
Operating System: *
PHP Version: 5.3, 6
Assigned To: mysql
New Comment:
and...@winnie:~/dev/php/PHP_5_3$ ./php a.php
string(6) "5.1.44"
array(1) {
[0]=>
string(9) "it works!"
}
This is a mysqlnd build, with libmysql I see the error message. This
will be further investigated.
Previous Comments:
------------------------------------------------------------------------
[2010-01-28 23:32:21] ermesto_vargas at yahoo dot com
Any news on these bug?
------------------------------------------------------------------------
[2010-01-12 21:11:41] ermesto_vargas at yahoo dot com
Any ETA on when this issue will be review?
[email protected] have clearly assert that the error occur on PHP 5.3+
------------------------------------------------------------------------
[2010-01-07 10:16:34] [email protected]
Uwe, please notice my comment: It _works_ with PHP 5.2.x but NOT with
5.3, ergo, there's a bug in _PHP_ mysql stuff..
------------------------------------------------------------------------
[2010-01-05 14:53:47] ernesto_vargas at yahoo dot com
@[email protected];
The store procedure code is a simple Hello World. Code is below.
DELIMITER $$
CREATE PROCEDURE `myproc`()
BEGIN
SELECT 'it works!';
END$$
------------------------------------------------------------------------
[2010-01-04 10:51:19] [email protected]
This may be a valid error message,
http://dev.mysql.com/doc/refman/5.0/en/create-procedure.html . What's
the code of the SP?
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/50416
--
Edit this bug report at http://bugs.php.net/?id=50416&edit=1