|
Posted by Erwin Moller on 11/29/07 09:08
Big Moxy wrote:
> I am unable to get IIS on Vista to pick-up the php extension
> directory.
>
> This is what I have coded in php.ini yet phpinfo() doesn't reflect it.
> I have stopped/started the web server several times. I haven't
> rebooted my machine yet and hope it's unnecessary. Does anyone have
> any suggestions?
>
>
> extension_dir = ".;c:\php5\ext"
>
> <?php phpinfo(); ?> output:
>
> Loaded Configuration File C:\Windows\php.ini
> local value master value
> extension_dir ./ ./
>
> Thank you!
Most probably your are editting the wrong php.ini file.
Check in your phpinfo() which php.ini IIS is using.
The path is listed.
Even if php doesn't find a php.ini, it will use a default version, which
you , of course, cannot control.
Regards,
Erwin Moller
PS: I am running PHP5 on Vista too. Do you also get the dreaded 'Worker
thread stopped responding' from time to time while all applications keep
running?
Navigation:
[Reply to this message]
|