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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
21 + 34 = ?
Subscribe to this entry?

 
 [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: Wed Apr 24 02:01:30 2024 UTC