Use cURL as alternative to allow_url_fopen in installer
Reported by lux | July 6th, 2008 @ 06:01 PM | in 5.0.3 (closed)
The installer tests currently require allow_url_fopen. Alternately, if cURL extension is available it should use that instead via an installer_get_url($url) function or something to that effect. If neither is present, then the tests can't proceed, but at least we tried everything we could do, and you can still skip over the tests anyway. :)
Example cURL usage:
http://wiki.dreamhost.com/index....
On PEAR, there is a HTTP_Request package that does it too, and that is more compatible across systems. Maybe could it be considered.
Comments and changes to this ticket
-
Charles Brunet July 27th, 2009 @ 04:19 PM
- State changed from new to resolved
- Tag set to feature, installer
- Assigned user set to Charles Brunet
-
Charles Brunet August 7th, 2009 @ 09:41 AM
- Milestone set to 5.0.3
[milestone:id#47011 bulk edit command]
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The Sitellite web content management system.
People watching this ticket
Referenced by
- 161 Firefox 3.6 breaks box embed codes There are 2 fixes in the codebase now for this. #1 fixes ...