I only have the php3 directive because I need to work with some old php
code that has not been updated since 2005! Any modern php install should
not need it.
Cheers,
James
On Wed, 2009-01-14 at 14:52 -0500, Edward W. Rouse wrote:
> After much searching and reloading, Apache started to display err
After much searching and reloading, Apache started to display errors on
startup. I had all of the php directives in place except for the .php3 and,
even though I'm not using the .php3 extension, I did add that 1 line. And that
one isn't in the documentation or help files, so if it is required, t
Sounds like you are missing the apache httpd.conf directives for php.
Here is snippet from my httpd.conf file:
##
# PHP Section
##
#LoadModule php4_module "c:/php/php4apache2.dll"
LoadModule php5_module "c:/php/php5apache2.dll"
AddType application/x-httpd-php .php
AddType application/x-httpd-php .
Vista Business, Apache 2.2.11-win32-x86-openssl-0.9.8i.msi,
mysql-noinstall-5.1.30-win32.zip and php-5.2.8-win32-installer.msi.
Apache works, but php pages show the code rather than execute it. I have
attached the php.ini and http.conf. I am not running apache as a service,
rather am running in
Hi everyone.
Recently someone using our software told us about problems with
generated filenames being too long. I did some research on the net and
some quick tests on Vista Business, and it seems there is indeed still a
problem.
While NTFS supports path lengths of up to 32k characters, "mos