Package: php5-fpm
Version: 5.4.4-14+deb7u7

I'm using the latest php5-fpm version:

PHP 5.4.4-14+deb7u7 (cli) (built: Dec 12 2013 08:42:07)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies

I'm also using the latest version of php5-imap.

I'm running the following commands on Debian 7 (3.2.0-4-amd64 #1 SMP Debian 3.2.41-2+deb7u2 x86_64):

$open = imap_open('{10.128.11.4:143/secure}', 'admin', 'password', OP_HALFOPEN);

imap_createmailbox($open, '{10.128.11.4:143}user' . $username);

imap_setacl($open, 'user' . $username, 'admin', 'c');

This is causing the following error:

Feb 4 16:05:59 localhost kernel: [1214803.021736] php5-fpm[20495]: segfault at 7fa67fc77fe0 ip 0000000000676c1d sp 00007fff12809e60 error 4 in php5-fpm[400000+6fe000]

I'm working with a cyrus-imap server

Reply via email to