ID: 29173
User updated by: breakpoint at gazeta dot pl
Reported By: breakpoint at gazeta dot pl
Status: Open
Bug Type: IIS related
Operating System: Windows 2k
PHP Version: 5.0.0
New Comment:
And my hardware configuration:
- mainboard MSI 845PE Max (MS-6580) on 845PE chipset
- HDD WD 80 GB 8Mb Cache 7200
- RAM 512 MB DDR333 (manufacturer ???)
- 2 network adapters (on mainborad - Realtek RLT8139/810x - and Intel
PRO/100+ PCI)
Installed software:
- SQL Server
- MySQL
- Outpost Firewall
- NetLimiter
- and other standard, typical soft
Previous Comments:
------------------------------------------------------------------------
[2004-07-16 09:54:03] breakpoint at gazeta dot pl
I forget...
When I execuyte command:
net stop iisadmin
i get "Application Error":
"The instruction at "0x77fcc7ea" referenced memory at "0x03500348". The
memory could not by "written".
When I select OK, service could not stop. I onter way (whe I leave this
window), command work properly.
------------------------------------------------------------------------
[2004-07-15 02:53:19] breakpoint at gazeta dot pl
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 this bug report at http://bugs.php.net/?id=29173&edit=1