Re: [PHP-WIN] Problem with Oracle and some other extensions on IIS Server

2008-06-25 Thread Sanjay Mantoor
Hello, Check your extension directory is proper in php.ini file and make sure the same php.ini file is used. If not make a extension dir entry like below extension_dir = "C:/php/ext" then uncomment ;extension=php_oci8.dll by removing ; -Sanjay M On Wed, Jun 25, 2008 at 2:37 PM, S. Buffn <[EMA

RE: [PHP-WIN] Problem with Oracle and some other extensions on IIS Server

2008-06-25 Thread S. Buffn
Hello, it is the same for all extension you would like to load? Or there is some dll which is loaded, i.e. no warning in log is presented. Where are placed the dlls and what says extension_dir directive in php.ini. Try also run command line php, i.e. php.ex with -m and it says what extension were

Re: [PHP-WIN] Problem with Oracle and some other extensions on IIS Server

2008-06-25 Thread Eric Lee
Hi, Did you have followed the steps described in php manual for php_oc8i.dll ? It is only the interface that support orcale function call within php. So you must download and install orcale client and configure enviroment variables and all other things that orcale documentation stated. It just