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

Request #16675 Net_URL > Net_URL2
Submitted: 2009-10-03 23:25 UTC
From: till Assigned:
Status: Open Package: Net_URL_Mapper (version CVS)
PHP Version: Irrelevant OS: n/a
Roadmaps: (Not assigned)    
Subscription  


 [2009-10-03 23:25 UTC] till (Till Klampaeckel)
Description: ------------ Not sure why Net_URL_Mapper depends on it, but here's an update to Net_URL2.

Comments

 [2009-10-03 23:25 UTC] till (Till Klampaeckel)
 [2009-10-19 06:39 UTC] doconnor (Daniel O'Connor)
Does this package even use Net_URL? If not, drop it from the package.xml perhaps?
 [2009-10-19 13:41 UTC] mansion (Bertrand Mansion)
Yes i am using net_url and i prefer the first version to the second
 [2010-01-30 15:14 UTC] mansion (Bertrand Mansion)
-Status: Open +Status: Wont fix
if it ain't broken, don't fix it...
 [2010-01-31 19:44 UTC] till (Till Klampaeckel)
Any particular reason why you prefer Net_URL over Net_URL2? If a feature is missing, we can probably port it to Net_URL2.Net_URL is superceeded by Net_URL2.
 [2010-01-31 19:44 UTC] till (Till Klampaeckel)
-Status: Wont fix +Status: Feedback
 [2010-05-21 18:52 UTC] gregg_thomason (Gregg Thomason)
under error_reporting(E_ALL | E_STRICT), it throws 'Non-static method Net_URL::resolvePath() should not be called statically, assuming $this from incompatible context'. Changing calls from Net_Url::resolvePath() to the (ostensibly) functionally identical Net_Url2::removeDotSegments() would resolve this.
 [2011-03-27 20:49 UTC] till (Till Klampaeckel)
Hey Bertrand, do you mind updating? :-) We could help with the transition too, or fix something in Net_URL2 if it's required. Till
 [2011-03-28 01:07 UTC] mansion (Bertrand Mansion)
Hi Till, I'm a bit short on time right now but I don't think the transition will be too difficult so if you want to give it a try, be my guest. I suggest we make a PHP5 only package, call it Net_URL2_Mapper and release. There are other things to do as well, but they can wait.
 [2011-03-28 01:10 UTC] till (Till Klampaeckel)
The package is not yet stable (version-wise) so we don't have to create Net_URL2_Mapper. I would just adjust the dependency and move from Net_URL to Net_URL2. None of the behavior (e.g. user-facing API) must change for this. :-)
 [2011-03-28 01:22 UTC] mansion (Bertrand Mansion)
OK, if it doesn't break API, then it's fine.
 [2012-01-27 19:17 UTC] doconnor (Daniel O'Connor)
-Status: Feedback +Status: Open
Can we just apply this patch then?