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
 [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: Tue Apr 16 21:01:28 2024 UTC