ID: 29512 Comment by: www dot spam at whoah dot net Reported By: asfsm at uaa dot alaska dot edu Status: Open Bug Type: Unknown/Other Function Operating System: Windows 2003 Standard Server PHP Version: 5.0.0 New Comment:
I'm also experiencing this issue with an implementation of osCommerce 2.2ms2 on Win2k professional (IIS5, php5, ISAPI module, mysql 4.0.17). However it seems to be constant, not going away after the first page. I only noticed it when I went to check the site with firefox (IE had been ignoring it because, in this specific case, it was appearing before the <html> tag). Extensions loaded are php_gd2.dll and php_mysql.dll. The message does not occurr on implementations of PHPBB2 on the same server. They are using MS Access though. Previous Comments: ------------------------------------------------------------------------ [2004-08-03 23:27:26] asfsm at uaa dot alaska dot edu Description: ------------ All .php pages are rendered with "PHP has encountered an Acess Violation at 016E73CD". Usually in the first .php page. Not sure if it's running fine or not. It seems to be. I installed PHP and mySQL v4.0 on 2003 with IIS6.0 with the latest hotfixes (08/02/2004). Reproduce code: --------------- (with previous .html using a POST form) <html> <head> <title>Test Index</title> </head> <body> <?php echo "You like"; echo " $_POST[choice1]"; echo " $_POST[choice2]"; echo " $_POST[choice3]"; ?> </body> </html> Expected result: ---------------- You like Star Wars The Matrix Actual result: -------------- You like Star Wars The Matrix PHP has encountered an Access Violation at 016E73CD ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29512&edit=1