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.
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()
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