ID:               41158
 Updated by:       [EMAIL PROTECTED]
 Reported By:      zizka at seznam dot cz
-Status:           Open
+Status:           Feedback
-Bug Type:         MySQL related
+Bug Type:         Feature/Change Request
 Operating System: All
 PHP Version:      5.2.1
 New Comment:

>Sometimes a situation arises that this constant is needed even 
>though multiple results support is not needed. 

For instance?


Previous Comments:
------------------------------------------------------------------------

[2007-04-22 02:28:31] zizka at seznam dot cz

Description:
------------
Please add MYSQL_CLIENT_MULTI_RESULTS to MySQL extension.

Sometimes a situation arises that this constant is needed even though
multiple results support is not needed. Currently everyone has to add 

  define('MYSQL_CLIENT_MULTI_RESULTS', 131072);

to his code.


Reproduce code:
---------------
<?php
$conn = mysql_connect("localhost", "root", "", 1,
MYSQL_CLIENT_MULTI_RESULTS);
?>

Expected result:
----------------
...

Actual result:
--------------
...


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=41158&edit=1

Reply via email to