From:             ryan at ryanjameson dot com
Operating system: Windows 2000 IIS 5
PHP version:      5.1.0RC3
PHP Bug Type:     Reproducible crash
Bug description:  PHP has encountered an Access Violation

Description:
------------
PHP has encountered an Access Violation at 012D7B19 (and lots of other
places)

My server is currently running 5.0.4 very well, when I installed 5.1 I
almost immediately began getting the above error. I then downloaded the
latest snapshot and the behavior is the same. Even just phpinfo(); I can
get the phpinfo screen 2 or 3 times and then it gives the error. I am
running in ISAPI mode and have not tried CGI mode.

Reproduce code:
---------------
<?PHP
phpinfo();
?>

Expected result:
----------------
the phpinfo screen.

Actual result:
--------------
PHP has encountered an Access Violation "SOME ADDRESS THAT CHANGES"

-- 
Edit bug report at http://bugs.php.net/?id=34923&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=34923&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=34923&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=34923&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=34923&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=34923&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=34923&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=34923&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=34923&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=34923&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=34923&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=34923&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=34923&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=34923&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=34923&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=34923&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=34923&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=34923&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=34923&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=34923&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=34923&r=mysqlcfg

Reply via email to