ID: 47350 User updated by: anupsonnad at gmail dot com Reported By: anupsonnad at gmail dot com -Status: Feedback +Status: Open Bug Type: OCI8 related Operating System: windows server 2003 -PHP Version: 5.2.9RC1 +PHP Version: 5.2.6 Assigned To: sixd New Comment:
The PHP version is 5.2.6 Oracle version 10g i am sure nothing has been. Infact just had worked on a page which was working fine until i went out for a smoke for 15 min and i came back tried to load open a page, None were working. Then i tried phpinfo() its was working well. Then i wrote simple oracle connectivity command and got the same error. the program i mentiond is what i tried. Previous Comments: ------------------------------------------------------------------------ [2009-02-09 18:00:57] [email protected] 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. ------------------------------------------------------------------------ [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
