Adding cURL to PHP'd Ubuntu 10.04

Due to some 3rd party requirements, I'm forced to add cURL to my Ubuntu. I don't mind so much, but I just want to make sure that it's not going to corrupt the current PHP stuff already happily running. (Version 5.3.2, etc. etc.)

Any reconfig nightmares I should be wary of before I start?

2 Replies

apt-get install php5-curl

Do that and you're fine :) Nothing will break it'll install the PHP5 curl library and add /etc/php5/conf.d/curl.ini

You just need to restart whatever runs PHP

Thanks much. Silly question, I know, but better prepared for potential problems then….

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct