ID:               42776
 Updated by:       [EMAIL PROTECTED]
 Reported By:      asmith at arcstone dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         MySQLi related
 Operating System: CentOS 5
 PHP Version:      5.2.4
 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.




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

[2007-09-27 07:38:41] asmith at arcstone dot com

Description:
------------
Running with Zend Framework, MySQLi, connecting to database on seperate
dedicated server, CentOS 5, PHP 5.2.4 build from utterramblings
repository. I thought it was my problem or Zend Framework's problem
until I changed the field type from longtext to text.

Reproduce code:
---------------
create mysql table with longtext field full of anything
connect to table using mysqli
select from that table

Expected result:
----------------
the text from the database

Actual result:
--------------
script execution stops, and the following appears in the apache error
log

[Thu Sep 27 03:04:56 2007] [error] [client 209.98.251.245] PHP Warning:
 Invalid argument supplied for foreach() in
/www/wonderfile/lib/vendor/Zend/Db/Statement/Mysqli.php on line 221,
referer: http://library.wonderfile.net/library/files/upload
zend_mm_heap corrupted
[Thu Sep 27 03:14:26 2007] [notice] child pid 7554 exit signal
Segmentation fault (11)


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


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

Reply via email to