Mailing Lists
| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-and-php mailing list Archives
Re: TFTP PUT in PHP
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 27 Oct 2007 15:31:09 +0200 (CEST)
On Sat, 27 Oct 2007, simon_at_ice.org wrote:
> I can attest using single or double quotes in curl declarations in PHP make
So are you saying that in PHP land the following two lines are identical?
curl_setopt($c, "CURLOPT_PUT", "TRUE");
curl_setopt($c, CURLOPT_PUT, TRUE);
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.html _______________________________________________ http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-phpReceived on 2007-10-27 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info