Dear All,
I'm having LOTS of troubles setting the extensions directory under windows.
On my "testing" server (windows XP, IIS), I could set the directory to :
extension_dir = ./extensions/
That's it, no quotes and slashes.
On the "prod" server (Win NT 4 + IIS), there's no way to make it work...
I've tried this relative path, an absolute path, slashes and
backslashes, quotes or no quotes. Everytime I restarted IIS.
Every time, I get a message "unable to load extension
d:\intranet\php \extensions\php _gd2.dll". Yes the file is there at this
exact path.
Any idea ? Comments in the documentation did not help this time :(
Thanks a lot in advance !
--
Damien
"All parts should go together without forcing. You must remember that
the parts you are reassembling were disassembled by you. Therefore, if
you can't get them together again, there must be a reason. By all means,
do not use hammer." -- IBM maintenance manual, 1975
I'm having LOTS of troubles setting the extensions directory under windows.
On my "testing" server (windows XP, IIS), I could set the directory to :
extension_dir = ./extensions/
That's it, no quotes and slashes.
On the "prod" server (Win NT 4 + IIS), there's no way to make it work...
I've tried this relative path, an absolute path, slashes and
backslashes, quotes or no quotes. Everytime I restarted IIS.
Every time, I get a message "unable to load extension
d:\intranet\php \extensions\php _gd2.dll". Yes the file is there at this
exact path.
Any idea ? Comments in the documentation did not help this time :(
Thanks a lot in advance !
--
Damien
"All parts should go together without forcing. You must remember that
the parts you are reassembling were disassembled by you. Therefore, if
you can't get them together again, there must be a reason. By all means,
do not use hammer." -- IBM maintenance manual, 1975
Comment