|
Posted by Jerry Stuckle on 06/03/06 13:25
gg9h0st wrote:
> php5.14, apache 2.0.58 windowsXp
>
> there's no problem running apache server with php.
>
> but i can't modify my php.ini file.
>
> when i tried to modify my php.ini in c:/php to load extensions, i
> notified
>
> php.ini in c:/php didn't do anything.
>
> phpinfo() shows php.ini file is loaded at c:/windows
>
> but there's no php.ini in c:/windows
>
> searched, nope there isn't. copied php.ini to windows folder, deleted
> it. restart the server
>
> phpinfo() still shows php.ini at c:/windows. of course it worked with
> administrator on xp.
>
> did it again in safe mode, won't work. I finally gave it up to find
> php.ini at windows folder.
>
> just copied modified php.ini file to c:/windows but php still doesn't
> do with modified ini file
>
> eventho phpinfo() is saying php.ini is in the windows folder.
>
> it's totally annoying me :(
>
> where's THE php.ini file php loaded?
>
> anyone can tell me something?
>
As it indicates, you're system is trying to load it from c:\windows. If PHP
doesn't find a php.ini file, it will use defaults.
You can place a php.ini file in that directory (easiest), or go in and modify
the Windows registry to point to it elsewhere.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|