Walter,
Thanks for your answer but like Tam said, I have added extensions path to my
include_path like you mentioned and I am still recieving the same error
message. Do you have any other ideas?
Thanks,
-Andrej
"Jswalter" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PRO
I am adding some extensions to PHP engine so I edited PHP.INI in c:\windows
directory this way:
...
extension_dir = "D:\Web\PHP\extensions"
...
extension=php_some-extension.dll
...
The actrual complete path to my extension is:
D:\Web\PHP\extensions\php_some-extension.dll
But after rebooting my c