shaneharter / PHP-Daemon

Build production-ready Daemons using PHP 5.3+. Build fault-tolerant applications without the boilerplate.
Other
768 stars 166 forks source link

Fixing incorrect extension check condition (were "!!" instead of "!") #29

Closed aik099 closed 11 years ago

aik099 commented 11 years ago

I was trying to run LongPoll example and was having an error about missing Curl extension, but I was sure I had it installed.

Problem was hidden beneath duplicate ! sign in comparison operator.