I'm in a process of installing php-4.2.1 on my Solaris 8 UNIX server.
I have Apache 1.3.26 installed as well.
First I run ./configure script:
./configure -with-oci8=$ORACLE_HOME/bin -with-apache=/myapps/apache_1.3.26
-enable-track-vars
When I run make I get 'make: Fatal error: Command
Hi,
I configure PHP with Oracle "-with-oci8=".
Everything looks fine, but when I try to logon and create a table I got a blank
page, and my table was not created.
The script that I was using is below:
|-|
|";
Hi,
I have installed PHP and configured with MYSQL, Oracle and Apache.
MYSQL works fine, but I have problem to connect Oracle.
I'm getting this error: "Fatal error: Call to undefined function: ocilogon() in
/u01_0/food_web/htdocs/db-query/db-query.php on line 16"
Please, could somebody help
Hi,
I install Apache 1.3.12, PHP-4.0.6 & MYSQL on Solaris 2.6 server.
Everything work fine.
Only I cannot get the Top & Side Bar with PHP scripts.
Please, does somebody know how to enable the SSI features with PHP scripts?
Thanks for your time,
Atif
--
PHP Install Mailing List (http://w
Hi Marcel,
Check your "httpd.conf" file, and look for this line:
AddHandler server-parsed .shtml .htm .html .php
If you have the ".php" in the above line remove it, then restart apache server.
I hope it will help,
Atif
"Walter, Marcel" <[EMAIL PROTECTED]> on 22/08/2001 04:01:39 AM
Hi,
I installed Apache v1.3.12 & PHP-4.0.5. Everything was working fine until I
added below entries to the /etc/system file.
I running Solaris 2.6.
Even my Hello World PHP script is blank now.
Please, does somebody knows how below entries may stop execution of PHP
scripts:
How I can fix the
Hi,
I installed apache v1.3.12 and PHP-4.0.5 on my Solaris 2.6 machine.
It was working normally since June 2001.
Suddenly, apache has stopped to execute my PHP scripts.
Instead to get my "Hello World" PHP message I get a white page only.
Do you have any idea why my PHP scripts cannot be execut