From:             breakpoint at gazeta dot pl
Operating system: Windows 2k
PHP version:      5.0.0
PHP Bug Type:     IIS related
Bug description:  PHP has encountered an Access Violation at 01C273CD

Description:
------------
PHP 5.0.0 (final)has encountered an Access Violation at 01C273CD. On any
scripts:

<?php
echo 'Passwd: '.$_GET['login'].' -> '.md5($_GET['login']).'<br>';
echo 'Passwd: '.$_GET['login'].' -> '.sha1($_GET['login']).'<br>';
?>

or

<?
class A {
        function A($a) {
                echo $a;
        }
}

$obj = new A('hello word');
?>

or _any_ other...

but:
<?php
phpinfo();
?>
work fine...

My configuration:
 - Celeron 2.0 GHz
 - 512 Mb RAM
 - windows 2000 + all patches
 - IIS
 - PHP

More info? please ask me...
Sorry for may english...

Reproduce code:
---------------
1:
<?php
echo 'Passwd: '.$_GET['login'].' -> '.md5($_GET['login']).'<br>';
echo 'Passwd: '.$_GET['login'].' -> '.sha1($_GET['login']).'<br>';
?>

2:
<?
class A {
        function A($a) {
                echo $a;
        }
}

$obj = new A('hello');
?>

Expected result:
----------------
1:
Passwd: 76cb43a -> def9f000235e317a78f210ca8bf626bd
Passwd: 76cb43a -> d23428a7043121dee875ec788f8d985ee5c43118

2:
hello

Actual result:
--------------
1:
PHP has encountered an Access Violation at 01C273CDPasswd: 76cb43a ->
def9f000235e317a78f210ca8bf626bd
Passwd: 76cb43a -> d23428a7043121dee875ec788f8d985ee5c43118

2:
PHP has encountered an Access Violation at 01C273CDhello

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

Reply via email to