php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #65908 Constant FUSE_EDEADLK already defined in Unknown on line 0
Submitted: 2013-10-16 01:41 UTC Modified: 2017-04-01 20:20 UTC
From: bugs13 dot wiseowldp at recursor dot net Assigned:
Status: Wont fix Package: fuse (PECL)
PHP Version: 5.4.20 OS: Linux 3.2.0-54-generic
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: bugs13 dot wiseowldp at recursor dot net
New email:
PHP Version: OS:

 

 [2013-10-16 01:41 UTC] bugs13 dot wiseowldp at recursor dot net
Description:
------------
Included patch (against trunk) fixes this issue.

When using latest fuse extension and starting php (from command line etc) this error is shown:
Notice: Constant FUSE_EDEADLK already defined in Unknown on line 0

I've found it was defined twice in fuse.c and have removed the extra definition (after checking they were both exactly the same).

Expected result:
----------------
No error message should be displayed

Actual result:
--------------
Notice: Constant FUSE_EDEADLK already defined in Unknown on line 0


Patches

single-define-of-FUSE_EDEADLK (last revision 2013-10-16 01:41 UTC by bugs13 dot wiseowldp at recursor dot net)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-04-01 20:20 UTC] tpunt@php.net
-Status: Open +Status: Wont fix
 [2017-04-01 20:20 UTC] tpunt@php.net
Due to this extension not seeing any activity since 2010, this issue will not be fixed. We are therefore closing this now.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 23:01:28 2024 UTC