Evan Priestley epriestley@phacility.com wrote:
On Aug 10, 2012, at 12:52 AM, Marcin Cieslak wrote:
It could be improved to check for curl and bcmath (the ones I found out are needed) on startup, not during some other command after other succeded (unless of course the extension is needed only for some specific operation not applicable to general public).
We should be checking for curl on startup (and a few other things -- namely JSON and a reasonable PHP version). Was this not your experience?
I have already had php-curl installed and I only noticed I needed it because the need to configure list of acceptable CAs; so I *knew* php-curl is needed.
PHP without bcmath failed on me badly with PHP fatal error.
//Marcin