Edit report at https://bugs.php.net/bug.php?id=64619&edit=1

 ID:                 64619
 Updated by:         s...@php.net
 Reported by:        clone_12 at ymail dot com
-Summary:            Functions
+Summary:            mysql_query issue
 Status:             Wont fix
 Type:               Bug
 Package:            MySQL related
 Operating System:   Linux/Windows
 PHP Version:        5.4.13
 Block user comment: N
 Private report:     N

 New Comment:

Please log bugs with descriptive subject line.  Be clear about the environment 
and the actual output.


Previous Comments:
------------------------------------------------------------------------
[2013-04-10 09:13:45] ahar...@php.net

We are sorry, but we can not support PHP 4 related problems anymore.



------------------------------------------------------------------------
[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

Reply via email to