Is curl enabled by default with any PHP install? -


is curl extension enabled default php install? if yes, starting version of php?

you check trusty phpinfo function. remember delete afterward. sorry if isn't within scope of question.

<?php     phpinfo(); ?> 

Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -