From:             pink_u20032001 at yahoo dot com
Operating system: XP
PHP version:      5.0.0RC3
PHP Bug Type:     Unknown/Other Function
Bug description:  PHP has encountered an Access Violation at 016073DD

Description:
------------
PHP has encountered an Access Violation at 016073DD

Reproduce code:
---------------
<html>
<body>

<?php
$txt1="Hello World";
$txt2="1234";
echo $txt1 . " " . $txt2 ;
?>

</body>
</html>

Expected result:
----------------
Hello World 1234 

Actual result:
--------------
Hello World 1234 PHP has encountered an Access Violation at 016073DD

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

Reply via email to