php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21329 connect to oracle9 error
Submitted: 2003-01-02 00:33 UTC Modified: 2006-07-25 12:07 UTC
From: hongke at 163 dot net Assigned:
Status: Not a bug Package: Oracle related
PHP Version: 4.2.3 OS: windows2000
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: hongke at 163 dot net
New email:
PHP Version: OS:

 

 [2003-01-02 00:33 UTC] hongke at 163 dot net
i use php with oracle9 on windows2000,iis5

<?
  putenv("ORACLE_SID=ORACLE"); 
  putenv("ORACLE_HOME=D:\oracle\ora92"); 

   $conn2 = Ora_Logon("scott", "tiger");
?>

BUT show error like this :
PHP has encountered an Access Violation at 612A2217

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-02 00:35 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Dec 10 00:01:28 2024 UTC