I am having trouble making HTMLDB (Mod_PLSQL) and PHP work together.
I installed PHP and did the make and make install
but if I LoadModule php4_module, only the basic php works (not the OCI) and
mod_plsql stops working.
Here are the lines that I added in http.conf :
LoadModule php4_modulelibexec/libphp4.so
AddModule mod_php4.c
#
# This next section will add a handler for .php files, put it with other
IfModule lines.
#
AddType application/x-httpd-php4 .php
AddType application/x-httpd-php4-source .phps
Any suggestions would be welcome.
Thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php