Add missing CURLOPT_ constants to Hack
commite02f0bed05af463df180c5cb9cb2b92819786385
authorNeal Poole <neal@fb.com>
Wed, 23 Nov 2016 07:18:30 +0000 (22 23:18 -0800)
committerHhvm Bot <hhvm-bot-bot@fb.com>
Wed, 23 Nov 2016 07:32:52 +0000 (22 23:32 -0800)
tree00f0f09956acd193ae235ccdeff8c8adcd4cd725
parent26bfb8b498e1096fdc75b9ffddb024ec28c9d82e
Add missing CURLOPT_ constants to Hack

Summary:
Ran the following command:

  cat hphp/runtime/ext/curl/ext_curl.cpp | grep HHVM_RC_INT_SAME | cut -d '(' -f 2  | cut -d ')' -f 1 | sort | xargs -n 1 -I {} sh -c 'grep -q {} hphp/hack/hhi/stdlib/builtins_curl.hhi || echo "const int {} = 0;"'

Then used grep to filter.

Reviewed By: Orvid

Differential Revision: D4217152

fbshipit-source-id: 6dbf7e32ad8f38377a61a9db3ac3e12131ec260d
hphp/hack/hhi/stdlib/builtins_curl.hhi