curl-and-php
Re: TFTP PUT in PHP
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 27 Oct 2007 15:31:09 +0200 (CEST)
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
> no difference.
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