I'm hoping someone will give me the latest info here about PHP policy
to enable extensions. [Preferably not -
"Move them around under C:\Windows until it works ..." ]
I've installed PHP5 in C:\PHP
Meaningful excerpts: from php.ini
; Directory in which the loadable extensions (modules) reside.
extension_dir = "./"
.....
;extension=php_ msql.dll
extension=php_m ysql.dll
TIA for your advice on this.
to enable extensions. [Preferably not -
"Move them around under C:\Windows until it works ..." ]
I've installed PHP5 in C:\PHP
Meaningful excerpts: from php.ini
; Directory in which the loadable extensions (modules) reside.
extension_dir = "./"
.....
;extension=php_ msql.dll
extension=php_m ysql.dll
TIA for your advice on this.
Comment