From: [EMAIL PROTECTED]
Operating system: Win XP Pro SP1
PHP version: 4.2.3
PHP Bug Type: OCI8 related
Bug description: OCI8 Recursive call!
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 bug report at http://bugs.php.net/?id=20022&edit=1
--
Try a CVS snapshot: http://bugs.php.net/fix.php?id=20022&r=trysnapshot
Fixed in CVS: http://bugs.php.net/fix.php?id=20022&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=20022&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=20022&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=20022&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=20022&r=support
Expected behavior: http://bugs.php.net/fix.php?id=20022&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=20022&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=20022&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=20022&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20022&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=20022&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=20022&r=isapi