[Tickets #11972] Re: importing ldif files from Thunderbird fails
noreply at bugs.horde.org
noreply at bugs.horde.org
Wed Jan 23 03:49:20 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11972
------------------------------------------------------------------------------
Ticket | 11972
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | importing ldif files from Thunderbird fails
Queue | Turba
Version | Git master
Type | Bug
State | Resolved
Priority | 2. Medium
Milestone |
Patch |
Owners | Jan Schneider, Michael Slusarz
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2013-01-22 20:49) wrote:
>>> I found the solution. It's caused by sys_getloadavg
>>
>> Should be fixed in Horde_Support 2.0.3.
>
> Your patch doesn't work as "$var = function" always return true.
Not according to your test script. You said that this:
echo ":";
print_r(sys_getloadavg());
echo ":";
output: '::'. If sys_getloadavg() was true, it would have output:
':1:'. Thus sys_getloadavg() must be returning false (or null).
More information about the bugs
mailing list