View Single Post

  #2 (permalink)  
Old 02-27-2008
Jerry Stuckle
 
Posts: n/a
Default Re: php.ini not being read in vista

Jerry wrote:
> I tried to turn on magic_quotes_gpc
>
> behavior shows that it is Off
> phpinfo shows it is Off
> phpinfo shows path to config file as C:\php\php.ini
>
>
> setting:
> magic_quotes_gpc = On
> in C:\php\php.ini does nothing
>
> putting garbage into C:\php\php.ini results in NO error in Apache's
> error.log
>
> renaming C:\php\php.ini has No effect
>
> So it must be using default settings. How do I fix?
>
> I hate vista
>
>
>


Does the webserver's userid have access to the php.ini file?

Now you know why I don't use Vista :-)

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Reply With Quote