On 28.05.14 00:09, Reindl Harald wrote:
opcache.optimization_level = 0 and most likelythe instability is gone with no bad impact on performance
Thanks, good idea. I tried this, but unfortunately it did not help. Neither did "opcache.enable = 0".
php -m given that cli and httpd hopefully using the same config
# php -m -c /etc/php/apache2-php5.5/
[PHP Modules] bz2 Core ctype curl date dba dom ereg exif fileinfo filter gd gettext gmp hash iconv json ldap libxml mbstring mcrypt mysql mysqli mysqlnd openssl pcre PDO pdo_mysql pdo_sqlite Phar posix readline Reflection session SimpleXML SPL sqlite3 standard tidy tokenizer xml xsl Zend OPcache zip zlib
[Zend Modules] Zend OPcache
you confuse un-fiendly with clear and at the point like many people
Let's not dwell on this. ;-) I can offer something more related to the problem at hand anyway. Lo and behold: the errors seem to be related to the type of file I want to attach. No matter the OPcache settings, I can successfully attach PDF files, but other file types (i.e. JPG, PNG, TXT) cause the Apache child process deaths. For example, I can attach foo.pdf without problems, but if I rename the file to foo.png, I see crashes. So far I could not find anything related to the file sizes.
Could the problem be rooted in the way Roundcube, PHP 5.5 and Apache 2.4 are handling different MIME types? There is no virus checker involved who could choke on different file types, so what could it be?
-R