|
Posted by brett on 03/06/07 04:45
On Mar 5, 3:48 pm, Hendri Kurniawan <ask...@email.com> wrote:
> brett wrote:
> >> In your php.ini, do you have:
>
> >> extension_dir = "./ext"
>
> >> ?
>
> > No, but I can change it. I do see the phpinfo() is saying the
> > configuration file is in c:\windows. Not sure why. So I moved it
> > from my php folder into the windows folder. Now I get a blank white
> > page when I browse to the php file. View source shows my php code. At
> > the least, phpinfo() should still execute. Any idea what is wrong?
>
> > Thanks,
> > brett
>
> Well, that means the correct php.ini location should be in c:\windows
> folder.
>
> There is something wrong with the php.ini file that caused php to crash,
> which in turn did not process the script properly.
>
> What I suspect (best guessing here), that one of the php extension is
> in conflict with php. I suggest that you comment all the extension
> loading line php have in the php.ini.
>
> Check if PHP (phpinfo()) works again. If it does, then you have found
> your bug. To further isolate which extension actually crash PHP,
> un-comment the extension one-by-one and try phpinfo() each time.
>
> If it still does not work, I can't help you any further, coz I have
> **very** limited knowledge on ISS + PHP.
>
> Hendri- Hide quoted text -
>
> - Show quoted text -
I've commented out all of the extensions, restarted IIS and still a
blank white page. Thanks.
Navigation:
[Reply to this message]
|