<p>if you look at the source, CURLOPT_* identifiers correspond to enum values that are defined using a preprocessor macro; they&#39;re not defined as numbers but have bitfields inside</p><p>this would be nightmarish to do manually</p>
Reply