Hallo.
My OS is Debian Sarge. I use the Sarge Backports Version of PHP 5.2.0. If the Zend Optimizer is enabled Roundcube just brings a blank page. The error log got some seg faults. If i disable Zend it works. How do get Roundcube running with Zend optimizer enabled?
On 1/29/07, monotek@freakmail.de monotek@freakmail.de wrote:
Hallo.
My OS is Debian Sarge. I use the Sarge Backports Version of PHP 5.2.0. If the Zend Optimizer is enabled Roundcube just brings a blank page. The error log got some seg faults. If i disable Zend it works. How do get Roundcube running with Zend optimizer enabled?
Maybe you can unload Zend Optimizer with php_admin_value in a <Directory> container in your Apache's configuration file. Just a wild guess though.
If it's any option (and I don't intend to start a flame war here), have a look at eAccelerator - free and Open Source. Also allows to add rules where you can tell eAccelerator to "not cache" certain paths/directories.
Till Klampaeckel e: mailto:klimpong@gmail.com p: +491704018676 l: http://beta.plazes.com/whereis/till
Want to know what's up in Berlin?
till a écrit :
On 1/29/07, monotek@freakmail.de monotek@freakmail.de wrote:
Hallo.
My OS is Debian Sarge. I use the Sarge Backports Version of PHP 5.2.0. If the Zend Optimizer is enabled Roundcube just brings a blank page. The error log got some seg faults. If i disable Zend it works. How do get Roundcube running with Zend optimizer enabled?
Maybe you can unload Zend Optimizer with php_admin_value in a <Directory> container in your Apache's configuration file. Just a wild guess though.
If it's any option (and I don't intend to start a flame war here), have a look at eAccelerator - free and Open Source. Also allows to add rules where you can tell eAccelerator to "not cache" certain paths/directories.
Cheers,
Just bench before using strange extensions. IMHO, the IMAP communication cost most of time in rouncube. You can use apd for that, or other inside tool for PHP.
M.