MicahCarrick / PHP-PayPal-IPN

PHP 5 class to listen for and handle Instant Payment Notifications (IPN) from PayPal.
BSD 3-Clause "New" or "Revised" License
419 stars 211 forks source link

Check if cURL is available #18

Open BobbyKostadinov opened 11 years ago

BobbyKostadinov commented 11 years ago

Add a simple check to make sure cURL is available before using it. If not, the scritp would use the fsockopen