Martel Valgoerad wrote:
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?
I did upgrade php5 and related *.so extensions (including pdo.so and
pdo_mysql.so) recently via BSD's portupgrade. I can however directly use
the PHP PDO functions without problem outside of the ZF.
Cheers,
Brad