summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-05-04 14:11:45 +0000
committerPierre Joye <pajoye@php.net>2009-05-04 14:11:45 +0000
commitd6d644b0bb4fb77343733cef37b5e1c48b791933 (patch)
treed0b50a127b6975f6970be48c0a7227cbc7dcce81
parent93941d1735309bee02e471914753513e27413272 (diff)
downloadphp-git-d6d644b0bb4fb77343733cef37b5e1c48b791933.tar.gz
- [DOC] a note about the symbol -> version page/doc
-rw-r--r--ext/curl/interface.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/curl/interface.c b/ext/curl/interface.c
index dbd36d9f19..4c6e9357d4 100644
--- a/ext/curl/interface.c
+++ b/ext/curl/interface.c
@@ -443,6 +443,11 @@ PHP_MINIT_FUNCTION(curl)
le_curl = zend_register_list_destructors_ex(_php_curl_close, NULL, "curl", module_number);
le_curl_multi_handle = zend_register_list_destructors_ex(_php_curl_multi_close, NULL, "curl", module_number);
+
+ /* See http://curl.haxx.se/lxr/source/docs/libcurl/symbols-in-versions
+ or curl src/docs/libcurl/symbols-in-versions for a (almost) complete list
+ of options and which version they were introduced */
+
/* Constants for curl_setopt() */
REGISTER_CURL_CONSTANT(CURLOPT_IPRESOLVE);
REGISTER_CURL_CONSTANT(CURL_IPRESOLVE_WHATEVER);