with-curlwrappers options for curl

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jacob.saxberg@gmail.com

    with-curlwrappers options for curl

    If I compile Php with-curlwrappers can I then set options for Curl
    somehow?

  • Chung Leong

    #2
    Re: with-curlwrappers options for curl


    jacob.saxberg@g mail.com wrote:[color=blue]
    > If I compile Php with-curlwrappers can I then set options for Curl
    > somehow?[/color]

    Nope, you can't. In accordance with the stream architecture, it's
    supposed to read options from the stream context, but that hasn't been
    implemented yet (as of 5.1.2).

    Comment

    Working...