From:             anupsonnad at gmail dot com
Operating system: windows server 2003
PHP version:      5.2.9RC1
PHP Bug Type:     OCI8 related
Bug description:  PHP has encountered an Access Violation at 60A98A4E

Description:
------------
PHP Version 5.2.6 
iis 6.0
win 2003 server
oracle 10g

Everything was proper for months until today when i suddenly started
getting this error message when i load any page which tries to connect to a
database. When initially the php file loads it gives me a http 500 error.
but when refreshed continuesly it throws me this error. The normal HTML
pages work fine. The phpinfo() page works fine also dontget the error
message at the end or the begning of the phpinfo().

Reproduce code:
---------------
<?php
echo "<BR>Hi..!!!";
if(!($connection = OCI_connect("XXX", "XXX", "XXX")))
  {
          echo "Could not Connect to the Database. Please contact system admin";
  }
else
{
echo "<br>connected..!!!";
}
?> 

Expected result:
----------------
Hi..!!!
connected..!!!

Actual result:
--------------
initially : Hi..!!!Could not Connect to the Database. Please contact
system admin 

When refreshed continously: 
PHP has encountered an Access Violation at 60A98A4E
Hi..!!!

-- 
Edit bug report at http://bugs.php.net/?id=47350&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=47350&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=47350&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=47350&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=47350&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=47350&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=47350&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=47350&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=47350&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=47350&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=47350&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=47350&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=47350&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=47350&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=47350&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=47350&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=47350&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=47350&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=47350&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=47350&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=47350&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=47350&r=mysqlcfg

Reply via email to