WIndows 2003 x86_64 bit Oracle 10g-64bit PHP 5.1.2 compatability
509765Apr 29 2006 — edited May 4 2006Software
Windows Server 2003 Standard R2 x86 64-bit
Microsoft IIS 6
Oracle 10G r2 102010_win64_x64_database
PHP-5.1.2-Win32.zip
pecl-5.1.2-Win32.zip
ERROR:
PHP Warning: PHP Startup: Unable to load dynamic library 'c:\php\ext\php_oci8.dll' - %1 is not a valid Win32 application. in Unknown on line 0
Does anyone know if there is a compatibility problem with running a 32bit version of php_oci8.dll with a 64 bit oracle ?
I have installed all the software listed above and I am able to display the
<?php phpinfo(); ?>
page correctly but when I allow the php_oci8.dll module via the php.ini file I get the error message listed above at the bottom of the page and I am unable to do Oracle commands..
I am able to run and administer oracle via the EM web page with no problems.
If I rename the module I get a file not found error so I am sure that it's loading the correct module.
I have also tried the following microsoft command both ways
cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1
I still keeping getting the failure
any help or guidance would be greatly appreciated
Thank You
Tony