From:             support at gis dot tusur dot ru
Operating system: Win2k ADS, Win2k3 Server
PHP version:      4.3.7
PHP Bug Type:     OCI8 related
Bug description:  Unknown(): Unable to load dynamic library 
'c:\php\extensions\php_oci8.dll'

Description:
------------
Please read attentively and help us if possible! 

We search for answer for this trouble through all forum and enythere in
the internet but have not got it yet!
We have done all possible measures (different software and hardware
configurations), but bug is still alive!

We have installed PHP as sapi on IIS (we have tried to use 5.0, 6.0
versions of IIS under Windows 2000 Advanced Server and Windows Server 2003
Enterprise).
We have Oracle Client 9.2.0.1.0 Enterprise edition.
We use PHP v4.3.7 (we have tried to use from v4.2.3 .... to v4.3.7).

With using of Oracle Client 9.0.1.1.1 all work properly.

Such kind of problem was discussed on the bug-forum, but there was no
correct answer.

We have read following reports before we writing it:

http://bugs.php.net/bug.php?id=5764
http://bugs.php.net/bug.php?id=8362
http://bugs.php.net/bug.php?id=11774
http://bugs.php.net/bug.php?id=12352
http://bugs.php.net/bug.php?id=12821
http://bugs.php.net/bug.php?id=12975
http://bugs.php.net/bug.php?id=12977
http://bugs.php.net/bug.php?id=13861
http://bugs.php.net/bug.php?id=14641
http://bugs.php.net/bug.php?id=14867
http://bugs.php.net/bug.php?id=17002
http://bugs.php.net/bug.php?id=19747
-
http://bugs.php.net/bug.php?id=20022 - !!!!!
-
http://bugs.php.net/bug.php?id=20717
http://bugs.php.net/bug.php?id=20854
http://bugs.php.net/bug.php?id=21203
http://bugs.php.net/bug.php?id=25560
http://bugs.php.net/bug.php?id=25860

and etc.

Reproduce code:
---------------
<?

$login    = "USERNAME";
$password = "********";
$db       = "DATABASE";
$connection = OCIPLogon($login, $password, $db);

if ( $connection ) print 'ok...';

?>

Expected result:
----------------
ok...

Actual result:
--------------
We get this:

IIS message: Unknown(): Unable to load dynamic library
'c:\php\extensions\php_oci8.dll' - Access is denied.

PHP message: Fatal error: Call to undefined function: ociplogon() in
c:\inetpub\wwwroot\index.php on line 6

In console we get: 'ok...'.

-- 
Edit bug report at http://bugs.php.net/?id=29050&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=29050&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=29050&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=29050&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=29050&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=29050&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=29050&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=29050&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=29050&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=29050&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=29050&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=29050&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=29050&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29050&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=29050&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=29050&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=29050&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=29050&r=float

Reply via email to