ID:               47350
 Updated by:       [email protected]
 Reported By:      anupsonnad at gmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         OCI8 related
 Operating System: windows server 2003
 PHP Version:      5.2.9RC1
 New Comment:

What is the actual PHP version?  The bug header has 5.2.9RC1 but the
text says 5.2.6.  What is the full version of Oracle?

Triple check that nothing has changed. Perhaps permissions, or a query
or ...?

Please provide a reproducable testcase.


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

[2009-02-09 16:38:59] anupsonnad at gmail dot com

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 this bug report at http://bugs.php.net/?id=47350&edit=1

Reply via email to