Re: php4 default package doesnt imap

2003-05-27 Thread Juan Antonio Agudo
Andy Chase wrote: Hi Alex, Try: apt-get install php4-imap [...] Most of the other popular PHP extensions are available, too. :) Thanks! Now it works just fine. Regards, Alex -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: php4 default package doesnt imap

2003-05-27 Thread Andy Chase
Hi Alex, Try: apt-get install php4-imap When PHP is compiled by giving extensions the 'shared' keyword, those extensions get compiled as separate modules, each of which gets its own Debian package. Most of the other popular PHP extensions are available, too. :) -Andy On Tuesday, May 27, 200