php-mod / curl

This library provides an object-oriented and dependency free wrapper of the PHP cURL extension.
MIT License
328 stars 120 forks source link

php 5.2 works? #34

Closed cargie closed 7 years ago

cargie commented 7 years ago

just want to know if it works with php 5.2?

halfer commented 7 years ago

@cargie: the minimum specified version is 5.3.0 in the Composer file. At this stage you should be using 5.6 minimum, though I appreciate some distros will still have 5.5. Version 5.2 is definitely dead and buried though - why are you still using that?

cargie commented 7 years ago

it's a requirement to support what wordpress supports. thanks

halfer commented 7 years ago

IMO, there's no need to run WordPress on anything other than a supported version. Bumping up the "oldest version in the wild" is as much about educating poor quality web hosts as it is about educating WP users.

cargie commented 7 years ago

wordpress supports php5.2. :(

On Sun, Apr 2, 2017 at 6:33 PM, Jon notifications@github.com wrote:

IMO, there's no need to run WordPress on anything other than a supported version.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/php-mod/curl/issues/34#issuecomment-290977878, or mute the thread https://github.com/notifications/unsubscribe-auth/AICvCOrzAhiqym-lNQb3sgxRbGdsJTtgks5rr3l9gaJpZM4MOJnV .

halfer commented 7 years ago

They need to fix that as well! :smile_cat: