<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <meta charset="utf-8">
    Package: php5-fpm<br>
    Version: 5.4.4-14+deb7u7<br>
    <br>
    I'm using the latest php5-fpm version:<br>
    <br>
    PHP 5.4.4-14+deb7u7 (cli) (built: Dec 12 2013 08:42:07) <br>
    Copyright (c) 1997-2012 The PHP Group<br>
    Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies<br>
    <br>
    I'm also using the latest version of php5-imap.<br>
    <br>
    I'm running the following commands on Debian 7 (3.2.0-4-amd64 #1 SMP
    Debian 3.2.41-2+deb7u2 x86_64):<br>
    <br>
    $open = imap_open('{10.128.11.4:143/secure}', 'admin', 'password',
    OP_HALFOPEN);<br>
    <br>
    imap_createmailbox($open, '{10.128.11.4:143}user' . $username);<br>
    <br>
    imap_setacl($open, 'user' . $username, 'admin', 'c');<br>
    <br>
    This is causing the following error:<br>
    <br>
    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]<br>
    <br>
    I'm working with a cyrus-imap server<br>
  </body>
</html>