Results 1 to 3 of 3

Thread: How to enable curl?

  1. #1

    How to enable curl?

    Hello everyone!

    Can anybody explain how to enable curl in php?

  2. #2
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by Egres View Post
    Hello everyone!

    Can anybody explain how to enable curl in php?
    I've done it like this:
    edit php.ini:
    Line 426:
    change the lines into this:

    ; UNIX: "/path1:/path2"
    include_path = ".:/opt/lib/php/extentions:/opt/share/pear"
    it's from the how-to I wrote:
    http://wl500g.info/showpost.php?p=151715

    also you must have curl installed, but I guess you already got that far

    quick reboot of the webserver you're using...
    and php_info() should say this:
    cURL support enabled
    cURL Information libcurl/7.20.0 OpenSSL/0.9.7m zlib/1.2.3

  3. #3
    Thank you wpte for the link to your how-to.
    It is very helpful
    everything working !!!

Similar Threads

  1. Enable TFTP on WAN port
    By Atter in forum WL-500gP Q&A
    Replies: 2
    Last Post: 22-09-2008, 07:37
  2. Роутер не раздает ip адреса
    By maksim89 in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 4
    Last Post: 18-02-2008, 14:12

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •