Menu

#63 IMAP as a dynamically loaded module

closed-fixed
None
6
2005-01-08
2002-11-26
Curt Fiene
No

Adding the following lines to the conf.php allows NOCC to operate on a system with /usr/lib/php/imap.so available. This is the default setup for a RedHat 7.3 system php and php-imap are separate RPMS.

if( !extension_loaded( 'imap' ) )
{
if( !dl( 'imap.so') )
{
print( "error loading imap library" );
exit;
}
}

Discussion

  • Anonymous

    Anonymous - 2004-06-19
    • priority: 5 --> 6
    • assigned_to: nobody --> wolruf
     
  • Anonymous

    Anonymous - 2005-01-08
    • status: open --> closed-fixed
     
  • Anonymous

    Anonymous - 2005-01-08

    Logged In: YES
    user_id=529507

    It's now fixed in the CVS.
    Thanks for your feature request.

     

Log in to post a comment.