ID:               36450
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jon at bitsnpcz dot com
-Status:           Assigned
+Status:           Closed
 Bug Type:         Documentation problem
 Operating System: Windows Server 2003
 PHP Version:      5.1.2
 Assigned To:      georg
 New Comment:

This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation
better.

"For connecting to MySQL 5, it is recommended to download binaries from
http://dev.mysql.com/downloads/connector/php/.";


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

[2006-02-19 20:46:56] [EMAIL PROTECTED]

This only happens when you connect to a MySQL 5.0.x database, using a
4.1.x client

possible Solutions:

a) download binaries from http://dev.mysql.com/downloads/connector/php/

b) compile php on windows with 5.0.18 headers and libraries

Docs should be updated - assigning bug to myself (or to Ulf Wendel :-)

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

[2006-02-19 02:01:04] jon at bitsnpcz dot com

Description:
------------
When querying a mysql database through the mysqli connector object, for
values from a TEXT field and a DECIMAL(5,2) PHP ceases output.

Reproduce code:
---------------
$query = mysqli_stmt_init($conn);
mysqli_stmt_prepare($query, "SELECT * FROM TBLTEST");
mysqli_stmt_execute($query); //Execute Statement
mysqli_stmt_store_result($query);
mysqli_stmt_close($query);


Expected result:
----------------
Smooth Execution

Actual result:
--------------
output is halted, text is recieved by the browser upto halfway through
a block of HTML


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


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

Reply via email to