php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5945 PHP (CGI) + IIS4 Hangs When connecting to Oracle
Submitted: 2000-08-03 17:38 UTC Modified: 2001-03-08 20:19 UTC
From: jsinglet at digitalassurance dot com Assigned:
Status: Closed Package: OCI8 related
PHP Version: 4.0.1pl2 OS: WINNT4.0 SP5
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jsinglet at digitalassurance dot com
New email:
PHP Version: OS:

 

 [2000-08-03 17:38 UTC] jsinglet at digitalassurance dot com
i have concluded that the PHP4pl2 just does not work with the OCI extention 
when created as a CGI under win32.
 

SETUP:
OS: WINNT Server 4.0
PHP: Latest CVS
Webserver IIS4
 
Details:
i build php.exe from scratch using the latest cvs. i then loaded in php_oci8.dll
to add the oracle functionality. all was well here. however when i execute this script from the comand line (or from the web) i get this error.
 
OleMainthreadWndName php.exe - Application Error
The instruction at 0x780104c1 referenced memory at 0x000000000 
memory could not be read.
 
now the important thing to note here is that this pops up in a dialog. which means THIS IS WHY PHP apears to be hanging when its executed from the webserver. 
there is no way to close the box so it hangs forever.
 
here is the script.
<?

OCILogon("j","p", "T");


echo "test";

//the script prings "test" and then hangs.....


 

?>


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-06 01:36 UTC] cynic@php.net
does this problem still exist in PHP 4.0.4?
 [2001-03-08 20:19 UTC] sniper@php.net
No feedback.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 23:01:29 2024 UTC