PC Nerd Posted January 19, 2008 Share Posted January 19, 2008 Hi, Im currently workign with XAMPP, which most of you woudl know is a package that you install that has apache, php, pearl, mysql and mercury mailserver all in the one bundle. However Im starting to work with cURL, and i wanted to work with the CLI version of PHP. Now Im not too sure how to go about this because there are mentions of compiling the source code or somethign to make cURL work. Im wondering if theres an alternative to compiling the C source, because I dont think tha tXAMPP comes with teh CLI version of PHP. If Im wrong, please correct me. Is there an easier method than manually creating my webserver from scratch with PHP, mysql and apache? all i want is somethign nice like XAMPP, but with cURL and other additions. Coudl anyone suggest another method for installing cURL, or alternatively anthother wever package similar to XAMPP that has cURL installed. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/86765-curl-and-xampp/ Share on other sites More sharing options...
kenrbnsn Posted January 19, 2008 Share Posted January 19, 2008 Find the php.ini file that is used with the cli version of PHP. Edit it. Remove the semi-colon ";" in front of the line ";extension=php_curl.dll" Save the file do a "php -m" to see if the module is available. If not, think about asking your question on the xampp forum Ken Quote Link to comment https://forums.phpfreaks.com/topic/86765-curl-and-xampp/#findComment-443471 Share on other sites More sharing options...
PC Nerd Posted January 19, 2008 Author Share Posted January 19, 2008 OK... php -m ??? what does this mean and where do i do it... ? thankx Quote Link to comment https://forums.phpfreaks.com/topic/86765-curl-and-xampp/#findComment-443823 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.