php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55902 dependency on PHP is not listed for PHP_Parser
Submitted: 2003-10-22 14:04 UTC Modified: 2004-01-13 09:07 UTC
From: cellog@php.net Assigned: pajoye (profile)
Status: Closed Package: PECL website (PECL)
PHP Version: Irrelevant OS: na
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: cellog@php.net
New email:
PHP Version: OS:

 

 [2003-10-22 14:04 UTC] cellog@php.net
Description:
------------
The PHP_Parser package just released, has a dependency on PHP version 4.3.0 or greater.  I downloaded the package to make sure that it actually had the dependency, and it does.  The website does not list this dependency, and neither does remote-info, although pear info PHP_Parser works correctly.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-10-23 04:22 UTC] mj@php.net
As a first workaround I have manually added the dependency. Now we still need to figure out why the dep has not been added automatically.
 [2004-01-13 07:54 UTC] pajoye@php.net
The problem comes from pearweb db. The name field cannot be NULL. Depending of its type a dependency may not have a name set. Passing NULL to deps.name raises an integrity error.

I'm checking if there is any other dep types that requires a default name (ie type=='php'?name='PHP').

However I can see some weird name, like '4.2.0' or '4.2.0', I'm wondering how they came in. Are they the manual fixes?

pierre
 [2004-01-13 09:07 UTC] pajoye@php.net
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pear.php.net.

In case this was a pear.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PEAR better.

Please reopen this bug if you find more dependency types that require a default name.

pierre
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 17:01:30 2024 UTC