php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #65702 Negative package dependencies are not parsed correctly
Submitted: 2013-09-18 18:57 UTC Modified: 2018-12-14 00:37 UTC
Votes:2
Avg. Score:3.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:0 (0.0%)
From: osmanov@php.net Assigned:
Status: Open Package: PECL website (PECL)
PHP Version: Irrelevant OS: Irrelevant
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: osmanov@php.net
New email:
PHP Version: OS:

 

 [2013-09-18 18:57 UTC] osmanov@php.net
Description:
------------
Negative dependencies of the PECL packages are parsed incorrectly.
E.g. Event extension (version 1.7.8) has the following negative dependencies:
* windows OS
* libevent extension
I mean <conflicts/> tag in the package.xml file.
However, http://pecl.php.net/package/event page shows something ambiguous:

PECL Package: libevent
PHP Extension: libevent
Operating System: windows


Expected result:
----------------
PECL Package: libevent(conflicts)
PHP Extension: libevent(conflicts)
Operating System: windows(conflicts)


Actual result:
--------------
PECL Package: libevent
PHP Extension: libevent
Operating System: windows


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-09-18 18:57 UTC] osmanov@php.net
-Assigned To: +Assigned To: pajoye
 [2017-03-05 21:18 UTC] zaq178miami at gmail dot com
Hi! Same here. Are there any updates on the issue?
 [2017-10-24 07:37 UTC] kalle@php.net
-Status: Assigned +Status: Open -Assigned To: pajoye +Assigned To:
 [2018-12-14 00:37 UTC] petk@php.net
-Package: Website problem +Package: PECL website
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Nov 27 02:01:38 2024 UTC