Re: [PHP-INSTALL] Browser displays source of php files instead of supposed output on random basis

2003-12-16 Thread Stephan Gloor
Thanks, this is the current configuration we use. Generally, php works, but the browser randomly shows the php source instead of the generated output. The system is running on Linux with kernel 2.4.20. Thanks and regards, Stephan "Cool Moe" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL

Re: [PHP-INSTALL] Browser displays source of php files instead of supposed output on random basis

2003-12-16 Thread Chris Hewitt
Stephan Gloor wrote: Thanks, this is the current configuration we use. Generally, php works, but the browser randomly shows the php source instead of the generated output. The system is running on Linux with kernel 2.4.20. Thanks and regards, Stephan "Cool Moe" <[EMAIL PROTECTED]> schrieb im News

[PHP-INSTALL] PHP install problem.

2003-12-16 Thread ads php
Hi, I have installed and configured php-4.3.4 properly without any error with configuration options as follows :   ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql It gives warning as follows :   ++|  

Re: [PHP-INSTALL] Problem compliing on Solaris 7, Sparc, GCC 3.3.2

2003-12-16 Thread Cool Moe
Rich, I'm pretty certain that I've read in php.net in the manual or perhaps in the source README that you need to be using all gnu tools to successfully compile. I usually grab them as binaries from sunfreeware.com. (also check your solaris install cd's, i believe the software companion has binu

[PHP-INSTALL] PHP Install Error on Free BSD

2003-12-16 Thread Andrew
First off I want to say thank you in advance for any help anyone can provide. I'm a complete newb to uniz, php, and freebsd. I have a root access to a virtual server on my host. They are running version 4.0.6 of PHP and I want to upgrade it 4.3.4. My host provided a document on the steps to upgrade

[PHP-INSTALL] Install Errors

2003-12-16 Thread Andrew
First off I want to say thank you in advance for any help anyone can provide. I'm a complete newb to uniz, php, and freebsd. I have a root access to a virtual server on my host. They are running version 4.0.6 of PHP and I want to upgrade it 4.3.4. My host provided a document on the steps to upgrade

[PHP-INSTALL] Win Installation Issue and Apache2 for Win

2003-12-16 Thread Mike Rathburn
WinXP Home, SP1 Hi, I installed Apache 2.0.48 and PHP 4.3.4 installer package. Apache worked flawlessly before attempting to install PHP. When I attempt to start the Apache service after the PHP installation, the Event Viewer shows an error of: The Apache service named reported the following e

Re: [PHP-INSTALL] Win Installation Issue and Apache2 for Win

2003-12-16 Thread Ola Ogunneye
I am not an expert, but for PHP4, you must do the following - see that the file is php4apache2.dll, and before calling it from your php directory, copy the file to it from the sapi directory. The file php4apache2.dll must be in the same directory where php.exe is.   LoadModule php4_module c:

[PHP-INSTALL] how to make session work

2003-12-16 Thread myfeng
Dear all, I have problem use session on windows. Here is two php scrip I test: 1) Listing 16.2 Storing variables in a session 2) Listing 16.3 Accessing stored session variables $_SESSION[product1]\n$_SESSION[product2]\n\n"; ?> First, I run script one, then script two, but it d

Re: [PHP-INSTALL] how to make session work

2003-12-16 Thread jeffrey_n_Dyke
h. this actually works fine for me on windows and linux. Both with PHP4.33 and Apache1.39. this is extreamly minor and should not matter, but, the first has ' around the array index ($_SESSION['product1'] ) the second, does not ($_SESSION[product1]). This may not make a bit of a difference