Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.8.1

Bug #2801 Why require PHP 5?
Submitted: 2004-11-21 13:03 UTC
From: pear-net-idna-2004 at ryandesign dot com Assigned: mnix
Status: Closed Package: Net_IDNA
PHP Version: 4.3.9 OS: N/A
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


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 : 19 - 8 = ?

 
 [2004-11-21 13:03 UTC] pear-net-idna-2004 at ryandesign dot com
Description: ------------ Net_IDNA 0.4.0 won't install unless PHP >= 5.0.0RC1. But looking at your code, you have a PHP 4 implementation, and if I force the installation to ignore dependencies (sudo pear install -f -n Net_IDNA) then it seems to work just fine in PHP 4.3.9. So why are you requiring PHP 5? Reproduce code: --------------- sudo pear install -f Net_IDNA Expected result: ---------------- successful installation Actual result: -------------- error message that PHP 5 is required

Comments

 [2005-02-01 10:55 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2005-02-01 11:14 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2005-02-01 12:05 UTC] pear-net-idna-2004 at ryandesign dot com
Just to make sure we understand: the PHP4 version seems to work fine! Please do not remove it, as our application depends on it. Yes, I know your code says not to rely on Net_IDNA. Well, we do anyway. You've written the code, it works, now all you need to do is make it possible for people to install it without telling PEAR to ignore its supposed dependencies.
 [2005-02-01 13:15 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!