php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #36864 curl options documentation by alphabet is a mess
Submitted: 2006-03-26 14:49 UTC Modified: 2006-04-04 17:23 UTC
From: php-bugs at t43 dot mine dot nu Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: all
Private report: No CVE-ID: None
 [2006-03-26 14:49 UTC] php-bugs at t43 dot mine dot nu
Description:
------------
The alphabetical ordering of curl options is a mess. It should be structured by functions, as in 
http://curl.haxx.se/libcurl/c/curl_easy_setopt.html .

While a documentation in general should be precise, it also should be readable and helpful, not only writeable.

There should be a mentioning of libcurl-easy and a http reference to it.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-03 17:53 UTC] vrana@php.net
It's organized by a value type on the page http://www.php.net/manual/en/function.curl-setopt.php
 [2006-04-04 17:23 UTC] php-bugs at t43 dot mine dot nu
Organization by value type is not very useful (why then not by the number of letters in the constant or some other irrelevant criteria :_? ). Organization by function, as on curls homepage, is a bit more useful, but it is still heavily factored.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 05:01:38 2025 UTC