Closed Thread
Results 1 to 4 of 4

Thread: Curl Support?

  1. #1
    Lop's Avatar
    Lop
    Lop is offline Speaks fluent binary
    Join Date
    May 2006
    Posts
    1,178
    Rep Power
    30

    Curl Support?

    Is there a way to determine if Curl support has been compiled with PHP from inside of a PHP script?

    My first thoughts were to use ini_get functions but I can't find anything relevant to Curl. Any help?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20
    ini_get( ) returns the values of configuration settings. extension_loaded( ) returns loaded extentions -- CURL is an extention

    Code:
    extension_loaded('curl'
    Should do the trick.

  4. #3
    Lop's Avatar
    Lop
    Lop is offline Speaks fluent binary
    Join Date
    May 2006
    Posts
    1,178
    Rep Power
    30
    Yeah, I found the answer about 2 minutes after posting...

  5. #4
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20
    Yeah, I always do that, whats why I don't ask questions anymore

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Logging into vBulletin using cURL
    By Affix in forum PHP Tutorials
    Replies: 22
    Last Post: 10-11-2011, 10:50 AM
  2. PHP Login with CURL
    By juice in forum PHP Development
    Replies: 6
    Last Post: 10-22-2010, 01:56 AM
  3. Page using Curl
    By storyera in forum PHP Development
    Replies: 0
    Last Post: 08-02-2009, 05:29 AM
  4. CURL PHP
    By Stenna in forum PHP Development
    Replies: 3
    Last Post: 03-09-2009, 08:21 AM
  5. RSS feeds and cURL
    By CygnetGames in forum PHP Development
    Replies: 8
    Last Post: 06-07-2008, 07:35 AM

Tags for this Thread

Bookmarks

Posting Permissions

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