PHP Classes

A small error

Recommend this page to a friend!

      Easy cURL  >  All threads  >  A small error  >  (Un) Subscribe thread alerts  
Subject:A small error
Summary:A small error
Messages:1
Author:ericc
Date:2010-02-24 16:10:16
 

  1. A small error   Reply   Report abuse  
Picture of ericc ericc - 2010-02-24 16:10:16
First : Thanks !!
Finally a very simple class for cURL which accept post and successfully pass through my proxy !! :-)

I just found a small 'typo' in line 107 :
"$this->option(CURLOPT_HTTPPROXYTUNNEL. TRUE);"
should be
"$this->option(CURLOPT_HTTPPROXYTUNNEL, TRUE);"

thanks again

ericc