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
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
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 :
++|
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
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
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
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
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:
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
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
10 matches
Mail list logo