Re: [PHP-DEV] php curl extension

2007-07-04 Thread Antony Dovgal
On 04.07.2007 17:24, David Coallier wrote: On 7/4/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: On 02.07.2007 16:42, Andrey A. Belashkov wrote: > On 02 Jul 2007 at 12:06:08, Antony Dovgal wrote: >> On 30.06.2007 09:54, Andrey A. Belashkov wrote: >>> Hello! >>> Can you add please CURLOPT_PRIVATE a

Re: [PHP-DEV] php curl extension

2007-07-04 Thread David Coallier
On 7/4/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: On 02.07.2007 16:42, Andrey A. Belashkov wrote: > On 02 Jul 2007 at 12:06:08, Antony Dovgal wrote: >> On 30.06.2007 09:54, Andrey A. Belashkov wrote: >>> Hello! >>> Can you add please CURLOPT_PRIVATE and CURLINFO_PRIVATE text parameters >>> to c

Re: [PHP-DEV] php curl extension

2007-07-04 Thread Antony Dovgal
On 02.07.2007 16:42, Andrey A. Belashkov wrote: On 02 Jul 2007 at 12:06:08, Antony Dovgal wrote: On 30.06.2007 09:54, Andrey A. Belashkov wrote: Hello! Can you add please CURLOPT_PRIVATE and CURLINFO_PRIVATE text parameters to curl extension for php like CURLOPT_URL ? In which cURL version we

Re: [PHP-DEV] php curl extension

2007-07-02 Thread Antony Dovgal
On 30.06.2007 09:54, Andrey A. Belashkov wrote: Hello! Can you add please CURLOPT_PRIVATE and CURLINFO_PRIVATE text parameters to curl extension for php like CURLOPT_URL ? In which cURL version were they introduced? Diff file for ext/curl/interface.c:

[PHP-DEV] php curl extension

2007-06-29 Thread Andrey A. Belashkov
Hello! Can you add please CURLOPT_PRIVATE and CURLINFO_PRIVATE text parameters to curl extension for php like CURLOPT_URL ? Diff file for ext/curl/interface.c: --- --- interface.c Tue May 22 08:39:20 2007 +++ php.5.2.3.interface.