|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-07-16 09:54 UTC] breakpoint at gazeta dot pl
[2004-07-16 10:01 UTC] breakpoint at gazeta dot pl
[2004-07-16 12:59 UTC] taomyn at myway dot com
[2004-07-16 21:37 UTC] braekpoint at gazeta dot pl
[2004-07-22 01:46 UTC] edink@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 15:00:01 2025 UTC |
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