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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Fri Feb 14 09:01:29 2025 UTC