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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: slb at oilily dot nl
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Thu Nov 21 13:01:29 2024 UTC