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 <[EMAIL PROTECTED]> wrote:
> 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 be loaded to php so whether the error is on php level or IIS
> level.
> So php.exe -m.
>
> Jan
> Jan Mura
>
> -----Original Message-----
> From: Tim [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 24, 2008 10:52 PM
> To: php-windows@lists.php.net
> Subject: [PHP-WIN] Problem with Oracle and some other extensions on IIS
> Server
>
>
> Hi,
>
> My problem is very simple but i can't handle it. I'm LAMP developer by the
> way. I have not much knowledge on IIS server with PHP,
>
> Anyway, i can't load php_oci8.dll and some other DLLs. Error message always
> same;
>
> PHP Warning: PHP Startup: Unable to load dynamic library
> 'c:\PHP\ext\php_oci8.dll' - The specified procedure could not be found. in
> Unknown on line 0
>
> but location for php_oci8.dll is right and the file exist. Also the file is
> not readonly or sys file. Just an archive file like other extensions.
>
> I try to copy the file to winnt folder, system32 folder and adding the
> paths
> (c:/php and c:/php/ext/) to system envrionment variables.
>
> I must solve this problem til morning. Please help.
>
> P.S. : I'm not the admin of this server. I just request and they will do.
>
> --
> Tim
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
Thanks,
Sanjay Mantoor

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

Reply via email to