[PEAR-BUG] Bug #20983 [Com]: array_merge(): Argument #1 is not an array in /usr/share/pear/Net/Sieve.php 312
[email protected] ("
[email protected]")
Sat, 14 Nov 2015 10:06:54 +0000 (GMT)
| Newsgroups |
php.pear.bugs |
| Message-ID |
<[email protected]> |
Edit report at https://pear.php.net/bugs/bug.php?id=20983&edit=1
ID: 20983
Comment by: [email protected]
Reported By: arcfi at aetera dot net
Summary: array_merge(): Argument #1 is not an array in
/usr/share/pear/Net/Sieve.php 312
Status: Open
Type: Bug
Package: Net_Sieve
Operating System: Fedora 23
Package Version: 1.3.4
PHP Version: 5.6.15
Roadmap Versions:
New Comment:
Patch:
https://github.com/pear/Net_Sieve/pull/6/files
Tested the patch and it works.
Previous Comments:
------------------------------------------------------------------------
[2015-11-14 08:59:52] arcfi
Description:
------------
Description of problem:
/var/log/roundcubemail/errors:
PHP Warning: array_merge(): Argument #1 is not an array in
/usr/share/pear/Net/Sieve.php on line 312
Version-Release number of selected component (if applicable):
php-pear-Net-Sieve-1.3.4-2.fc23.noarch
How reproducible:
Always.
Steps to Reproduce:
1. Configure roundcubemail + sieve:
/etc/roundcubemail/config.inc.php:
...
$config['managesieve_usetls'] = true;
$config['managesieve_conn_options'] = array(
'ssl' => array(
'cafile' => '/etc/pki/tls/certs/ca.example.org.crt',
),
);
...
2. Login to roundcubemail and open sieve filters.
3. Check log-file /var/log/roundcubemail/errors.
------------------------------------------------------------------------
--
Edit this bug report at https://pear.php.net/bugs/bug.php?id=20983&edit=1