Re: [PHP] Add new loadable module in php

2003-06-18 Thread Skon Lapamnuaypol
ssage - From: "Marek Kilimajer" <[EMAIL PROTECTED]> To: "Skon Lapamnuaypol" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 4:43 PM Subject: Re: [PHP] Add new loadable module in php > What platform are you running, where

[PHP] Debuging PHP script

2003-06-17 Thread Skon Lapamnuaypol
Hi, I installed v-webmail on the PHP engine to enable web mail client access. Every installation step was going well. But, I found a problem when the application was using for awhile. My webmail can display the login page, but when I entered login/password and press submit. I got an error display t

[PHP] Add new loadable module in php

2003-06-17 Thread Skon Lapamnuaypol
Hi, I'm newbie in PHP and tried to install webmail appliction on PHP engine. That webmail require a module IMAP,but my engine haven't have it yet. I tried to put a "extenstion = imap.so" in php.ini. But, the application still can't detect this module. Can I add php module without recompile PHP sour