php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1476 multiple common of `le_uploads'
Submitted: 1999-05-31 12:02 UTC Modified: 1999-05-31 12:25 UTC
From: pumuckel at metropolis dot de Assigned:
Status: Closed Package: Compile Warning
PHP Version: 3.0.8 OS: Linux 2.2.9 i686
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: pumuckel at metropolis dot de
New email:
PHP Version: OS:

 

 [1999-05-31 12:02 UTC] pumuckel at metropolis dot de
Linking PHP3 library module into apache 1.3.6 source results in following (php3 dedicated) warning:

modules/php3/libphp3.a(post.o): warning: multiple common of`le_uploads'
modules/php3/libphp3.a(mime.o): warning: previous common is here

As you can see in both files there is the variable 'le_uploads' defined, but not as 'static'. So this variable would be available twice in the source, which is very bad especially if on a other place this variable is defined as beeing 'extern'.

 / mike

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-05-31 12:25 UTC] sas at cvs dot php dot net
ok, fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 21:01:27 2024 UTC