Re: [PHP-INST] php.ini file

2002-05-30 Thread Jim Thome
Philip, It is likely the path you are specifying to your file is not what you think it is. Why are you using the $DOCUMENT_ROOT external variable?This is not available to you in PHP 4.2.x unless you explicitly enable it in the php.ini file. Try $_SERVER['DOCUMENT_ROOT'] instead. -Jim

Re: [PHP-INST] php.ini file

2002-05-30 Thread P. Jourdan
At 01:05 PM 5/30/2002 -0600, you wrote: >default installation directory is /usr/local/lib > >Read this: >http://www.php.net/manual/en/html/faq.installation.html#faq.installation.phpini Thanks for the help, Jim, but I had already moved the php.ini file all over the place and it does not change any

Re: [PHP-INST] php.ini file

2002-05-30 Thread Jim Thome
default installation directory is /usr/local/lib Read this: http://www.php.net/manual/en/html/faq.installation.html#faq.installation.phpini --Jim >>> "P. Jourdan" <[EMAIL PROTECTED]> 05/30/02 12:07 PM >>> I am rather new to php. I am using apache with php on a FreeBSD machine for web-site deve

[PHP-INST] php.ini file

2002-05-30 Thread P. Jourdan
I am rather new to php. I am using apache with php on a FreeBSD machine for web-site development. Apache & PHP have been working just fine with default installations. I just updated with the portupgrade program, running the latest apache 1.3 server and php4 module. All of a sudden I am getting t

Re: [PHP-INST] PHP.ini file configuration

2001-11-29 Thread Chris
Hello Paul, Your problem lies with your Webserver .conf file (apache?) If Apache, it's called httpd.conf. The line(s) you will need to add are: # AddType allows you to tweak mime.types without actually editing it, # or to # make certain files to be certain types. # # For example, the PHP 3.

[PHP-INST] PHP.ini file configuration

2001-11-29 Thread Paul Viazcan
I have PHP4.0 installed on my webserver in Linux by my provider. I can run *.php scripts but I am use to creating web sights with *.phtml file extension. When I run the *.phtml file the web server can not seem to parse the file and it just displays the code. The tech people gave me the php.ini f