adding CURL to PHP

Discussion in 'Server Operation' started by cruz, Jun 25, 2008.

  1. cruz

    cruz New Member

    I am planing on installing a script that requires curl. I have debian 4.0 perfect setup. Is the curl installed or do I need to install it. If I have to install, please direct me on how to do so. thank you.
     
  2. topdog

    topdog Active Member

    Code:
    apt-get install php5-curl
    or
    Code:
    apt-cache search php curl
    then install the listed package
     

Share This Page