Brad Kowalczyk wrote:

I am writing my first ZF based app and wanted to use the Zend_Db PDO classes. My problem is that apache is exiting with signal 11 when Zend_Db_Adapter_Pdo_Abstract::prepare() tries to return the result of $this->_connection->prepare():

Dec 29 16:37:33 localhost kernel: pid 35047 (httpd), uid 65534: exited on signal 11

Have you upgraded something on your system after PDO compilation? I mean any dependency which may be used by PHP/PDO. Most likely that's newer mysql that's causing some trouble. Have you tried recompiling PHP and/or pdo_mysql?

Brad

--
Martel Valgoerad aka Michal Minicki | [EMAIL PROTECTED] | 
http://aie.pl/martel.asc
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"Idleness is not doing nothing. Idleness is being free to do anything." --
Floyd Dell

Reply via email to