On 9/5/06, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote:
Jeff Trawick wrote:
>> >
>> > AP_DECLARE(const char *) ap_get_server_banner() {
>> >     return ap_get_server_version();
>> > }

I would prefer, if server_version goes away, and we want users to be
unsurprised, that it's

/* doxygen description...
 * @deprecated @see ap_get_server_banner
 */
AP_DECLARE(const char *) ap_get_server_version() {
    return ap_get_server_banner();
}

which helps document for module authors where _version disappeared to.

right, though the deprecation note and the implementation are in
different places;

a real patch for possible backport is now pointed to by 2.2.x/STATUS

Reply via email to