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