php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #67835 Cannot change category to core ones for pecl's bug
Submitted: 2014-08-13 16:48 UTC Modified: 2015-01-11 18:58 UTC
From: pajoye@php.net Assigned: tyrael (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2014-08-13 16:48 UTC] pajoye@php.net
Description:
------------
once a bug has been reported under a pecl package, it is not possible to change the category to one of the core ones.

for example:

 https://bugs.php.net/bug.php?id=67646


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-11-26 17:40 UTC] aharvey@php.net
The same problem also exists the other way, to be clear: it's impossible to change non-PECL bugs into PECL bugs (which is also required on a semi-regular basis).
 [2015-01-11 18:41 UTC] tyrael@php.net
-Assigned To: +Assigned To: tyrael
 [2015-01-11 18:41 UTC] tyrael@php.net
ok, the problem is that the package listing for editing a bug is using the pseudo_pkgs for the project of the given bug (either PHP or PECL).
we should probably just pass false to the get_pseudo_packages as $project as that would then list all packages regardless of their project(this is what we do on report.php also).
 [2015-01-11 18:58 UTC] tyrael@php.net
-Status: Assigned +Status: Closed
 [2015-01-11 18:58 UTC] tyrael@php.net
The fix for this bug has been committed. Since the websites are not directly
updated from the repository, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 21:01:32 2024 UTC