php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9957 compile failure - errors in ext/standard/basic_functions.c
Submitted: 2001-03-23 11:49 UTC Modified: 2001-04-25 00:17 UTC
From: cynic at mail dot cz Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (23/03/2001) OS: NT 5
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: cynic at mail dot cz
New email:
PHP Version: OS:

 

 [2001-03-23 11:49 UTC] cynic at mail dot cz
php4-200103230745

D:\compile\php\php4-200103230745\ext\standard\basic_functions.c(2494) : error C2065: 'core_globals' : undeclared identifier
D:\compile\php\php4-200103230745\ext\standard\basic_functions.c(2494) : error C2223: left of '->safe_mode' must point to struct/union

the offending line:
if (PG(safe_mode) &&(!php_checkuid(Z_STRVAL_PP(new_path), NULL, CHECKUID_CHECK_FILE_AND_DIR))) {

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-25 00:17 UTC] sterling@php.net
fixed in cvs
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Jun 03 17:01:33 2024 UTC