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 PROTECTED]
> Andrej Snedic" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > 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
> > ...
>
>
> Is your 'extensions' path also in your 'include_path'?
>
> This is from my INI file...
>
>    include_path = ".;G:\etc\php\extensions".;G:\etc\php\pear"
> ...
>    extension_dir = "G:\etc\php\extensions"
>
> Walter
>
>
>



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to