PHP 8.5.0 Alpha 4 available for testing

Voting

: two minus zero?
(Example: nine)

The Note You're Voting On

php at miggy dot org
18 years ago
Note that if you want to use a proxy and use it as a _cache_, you'll have to do:

<?php curl_setopt($ch, CURLOPT_HTTPHEADER, array("Pragma: ")); ?>

else by default Curl puts a "Pragma: no-cache" header in and thus force cache misses for all requests.

<< Back to user notes page

To Top