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