ID: 5945
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Closed
Bug Type: OCI8 related
Assigned To: 
Comments:

No feedback.


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

[2001-01-06 01:36:59] [EMAIL PROTECTED]
does this problem still exist in PHP 4.0.4?

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

[2000-08-03 17:38:17] [EMAIL PROTECTED]
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.....


 

?>



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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=5945&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to