From:             asfsm at uaa dot alaska dot edu
Operating system: Windows 2003 Standard Server
PHP version:      5.0.0
PHP Bug Type:     Unknown/Other Function
Bug description:  PHP error message.

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 bug report at http://bugs.php.net/?id=29512&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=29512&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=29512&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=29512&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=29512&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=29512&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=29512&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=29512&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=29512&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=29512&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=29512&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=29512&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=29512&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29512&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=29512&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=29512&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=29512&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=29512&r=float

Reply via email to