Re: [PHP-INSTALL] Just Installed CentOS 4.1, PHP dont seem to work ?

2005-09-23 Thread Shahmat Dahlan
Hi Greg, These three lines are the most important ones if you look through httpd.conf file: LoadModule php5_module modules/libphp5.so AddType application/x-httpd-php .php .phtml .asp AddType application/x-httpd-php-source .phps I have a working copy of centos 4.1 with apache 2.0.54 with php5.0.

Re: [PHP-INSTALL] PHP with IMAP

2005-08-11 Thread Shahmat Dahlan
ompt reply. Rasmus Lerdorf wrote: Shahmat Dahlan wrote: I've recently recompiled my copy of PHP with IMAP support.When running my code with in CLI mode, it runs fine, but when I used by browser to run the same code, all I got was "Fatal error: Call to undefined function imap_open()

[PHP-INSTALL] PHP with IMAP

2005-08-11 Thread Shahmat Dahlan
I've recently recompiled my copy of PHP with IMAP support.When running my code with in CLI mode, it runs fine, but when I used by browser to run the same code, all I got was "Fatal error: Call to undefined function imap_open()" How do I go about this? I don't know where to begin looking. Rega