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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Apr 25 15:01:30 2024 UTC