Marek Wawro wrote: > > Finnaly i've changed 'content' column's type to mediumtext which stop > this situation happens. >
This is a known problem in my Mysqli extension. You have found the only known workaround -- use MEDIUMTEXT instead of LONGTEXT. See http://framework.zend.com/issues/browse/ZF-1498 Regards, Bill Karwin -- View this message in context: http://www.nabble.com/Zend_Db_Table_Abstract-is-making-Apache-Segmentation-Fault-With-LONGTEXT-columns-in-Mysqli-tp15602697s16154p15603336.html Sent from the Zend Framework mailing list archive at Nabble.com.
