| Bruce A. Julseth 2007-01-10, 7:31 pm |
|
"shimmyshack" <matt.farey@gmail.com> wrote in message
news:1168457865.052517.145810@o58g2000hsb.googlegroups.com...
>
> shimmyshack wrote:
>
> sorry to be a pain, actually your line
>
>
> wont work as you are running php from within apache, as a module rather
> than as a separate executable, (if you eventually get it running the
> taskmanager will show only apache processes no php process)
>
> so just miss off that line.
>
> you are not far away from having a running php5 intepreter, just
> perseverve and forgive my bad responses.
>
My problem was an absolutely wierd but now that it's seems to be solved, it
makes since. Your statement that php.ini doesn't have to be in the windows
folder, only that it had to be in the path. Also your suggestion that
C:/php5 would probably be searched BEFORE the windows folder gave me the
clue. So, the real problem was that I had a php.ini still in C:/php5 as well
as in Windows since I copied, not moved, the php.ini from my C:/php5 to my
Windows folder. As soon as I deleted the unchanged copy in C:/php5, all
works. Thanks....
Bruce
|