php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30133 get_current_user crashes php-cgi.exe
Submitted: 2004-09-17 13:26 UTC Modified: 2004-09-28 00:28 UTC
From: slb at oilily dot nl Assigned: edink (profile)
Status: Closed Package: PHP options/info functions
PHP Version: 5.0.1 OS: Windows 2000 SP 4
Private report: No CVE-ID: None
 [2004-09-17 13:26 UTC] slb at oilily dot nl
Description:
------------
When using get_current_user() the php-cgi.exe crashes with message:

The instruction at "0x100073dd" referenced memory at "0x00000000". The memory could not be "written".

Reproduce code:
---------------
<?php echo get_current_user(); ?>

Expected result:
----------------
Get current username

Actual result:
--------------
The instruction at "0x100073dd" referenced memory at "0x00000000". The memory could not be "written".

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-09-17 14:29 UTC] ante dot dfg at moj dot net
I can confirm this on Win XP sp1 Apache 1.3.31 with php 5.0.1 as ISAPI....

apache crashes.....with errror in php5ts.dll
 [2004-09-28 00:28 UTC] edink@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 11:01:28 2024 UTC