From: Bradley Nicholes Date: Wed, 5 Jun 2002 23:30:30 +0000 (+0000) Subject: Enhancement to the optional function ap_cgi_build_command() to handle X-Git-Tag: 2.0.37~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3463f86ed1626259a0c0cc548effd60d406c91e8;p=apache Enhancement to the optional function ap_cgi_build_command() to handle detached processes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95535 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 2f2349fe45..65b6d51763 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,12 @@ Changes with Apache 2.0.37 + *) Consolidated the command line parameters and attributes that are + manipulated by the optional function ap_cgi_build_command() in + mod_cgi into a single structure. Also added a "detached" attribute + to the structure so that in addition to building the command + line, each OS can specify how the CGI binary should be launched. + [Brad Nicholes] + *) Get rid of uninitialized value errors with "apxs -q" on certain variables. [Stas Bekman ]