ID:               20022
 User updated by:  [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         OCI8 related
 Operating System: Win XP Pro SP1
 PHP Version:      4.2.3
 New Comment:

Works OK from commandline !


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

[2002-10-28 07:50:36] [EMAIL PROTECTED]

I use IIS !
How do i do it from the comman-line ?

Jesper

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

[2002-10-28 07:47:03] [EMAIL PROTECTED]

oracle9 is fully supported. 
 
does the same happen if you use php from the command line? 
 
BTW: what webserver are you using? 
 

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

[2002-10-28 06:45:55] [EMAIL PROTECTED]

Same problem in latest CVS:

Both 4.2.4-dev and 4.3.0-dev

Jesper

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

[2002-10-22 03:31:18] [EMAIL PROTECTED]

I have installed PHP as sapi on IIS.
I have Oracle 9.2.0.1.0 Enterprise edition.
I have removed all old PHP stuff, and reinstalled 4.2.3 from scratch.

When i try to run this script:

<?
echo "<li>Before OCILogon</li>";
$db = "ORCL";
$user = "system";
$pass = "***";
$con  = OCIPLogon("$user","$pass","$db");
echo "<li>After OCILogon</li>";
?>

I get this:

<li>Before OCILogon</li><br />
<b>Warning</b>:  OCI8 Recursive call!
 in <b>D:\Dokumenter\drift\oracle\session.php</b> on line <b>6</b><br
/>
PHP has encountered an Access Violation at 0165553E

Is 9i ( 9.2.0.1.0 ) supported ?


Best reagrds
Jesper



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


-- 
Edit this bug report at http://bugs.php.net/?id=20022&edit=1

Reply via email to