Edit report at https://bugs.php.net/bug.php?id=64619&edit=1
ID: 64619 Updated by: ahar...@php.net Reported by: clone_12 at ymail dot com Summary: Functions -Status: Open +Status: Wont fix Type: Bug -Package: *General Issues +Package: MySQL related Operating System: Linux/Windows PHP Version: 5.4.13 Block user comment: N Private report: N New Comment: We are sorry, but we can not support PHP 4 related problems anymore. Previous Comments: ------------------------------------------------------------------------ [2013-04-10 05:08:55] clone_12 at ymail dot com Description: ------------ using two or more procedure in php 4 Test script: --------------- $sql = mysql_query("CALL emp_master_list();"); while($row = mysql_fetch_array($sql)){$x++;} echo "$x <hr/>"; $sql = mysql_query("SELECT * FROM employee_information"); while($row = mysql_fetch_array($sql)){$v++;} echo "$v <hr/>"; $sql = mysql_query("CALL emp_master_list();"); while($row = mysql_fetch_array($sql)){$z++;} echo "$z <hr/>"; Expected result: ---------------- functions/fix bug Actual result: -------------- error ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=64619&edit=1