|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-02-09 18:00 UTC] sixd@php.net
[2009-02-09 18:38 UTC] anupsonnad at gmail dot com
[2009-02-09 19:01 UTC] sixd@php.net
[2009-02-10 21:25 UTC] anupsonnad at gmail dot com
[2009-02-11 20:16 UTC] sixd@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 19:00:02 2025 UTC |
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..!!!