ID:               29050
 User updated by:  support at gis dot tusur dot ru
 Reported By:      support at gis dot tusur dot ru
-Status:           Feedback
+Status:           Open
 Bug Type:         OCI8 related
 Operating System: Win2k ADS, Win2k3 Server
 PHP Version:      4.3.7
 New Comment:

This couldn't be an access privileges problem, because we use Oracle
Client 9.0.1.1.1 before. And it works properly.

And now we switch between two Oracle cliens using Oracle Home Selector.
But we must use only 9.2.0.1.0 in our project.


Previous Comments:
------------------------------------------------------------------------

[2004-07-07 15:23:28] [EMAIL PROTECTED]

Pay attention to "Access is denied" message.
Seems you have some problem with access privileges (maybe IIS can't
open OCI libs or something like that).

------------------------------------------------------------------------

[2004-07-07 15:18:44] support at gis dot tusur dot ru

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 this bug report at http://bugs.php.net/?id=29050&edit=1

Reply via email to