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
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 !
Your email address:
MUST BE VALID
Solve the problem:
49 + 8 = ?
Subscribe to this entry?

 
 [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 19 07:01:27 2024 UTC