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_module        libexec/libphp4.so
AddModule mod_php4.c

#
# This next section will add a handler for .php files, put it with other
IfModule lines.
#
<IfModule mod_php4.c>
  AddType application/x-httpd-php4 .php
  AddType application/x-httpd-php4-source .phps
</IfModule>

Any suggestions would be welcome.

Thanks

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to