php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28413 Memory could not be read
Submitted: 2004-05-16 09:46 UTC Modified: 2004-05-16 16:20 UTC
From: allclone at clx dot serveftp dot com Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.3.6 OS: Server 2000 SP4
Private report: No CVE-ID: None
 [2004-05-16 09:46 UTC] allclone at clx dot serveftp dot com
Description:
------------
Install goes fine and I have website setup with the home directory diffrent from wwwroot. have the Iusr_machine name allsetup and i try to run the php script and it kills php.exe but if i take off the permisions of for iusr and run the script agen if promts me for user/password and i put in my nt user/pass for the server and run the script again have no problems.

but i want to have anonimis accress.

also have tryed with guest acount disabled and enabled

Reproduce code:
---------------
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>

Expected result:
----------------
the php information page

Actual result:
--------------
window saying:

The instruction at "0x100b5f46" refernced memory at
"0x00000000". The memory could not be "read"

Click on OK to terminate the program

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-05-16 16:20 UTC] iliaa@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

dupe of 28412 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 12:01:31 2024 UTC