diff options
author | lpsolit%gmail.com <> | 2009-07-16 03:16:11 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-07-16 03:16:11 +0200 |
commit | 8a3a795c12e95481e7dd7b169495ecb5154d120b (patch) | |
tree | d96ee5df79f632293cd9c738c7a0fa4f90cb6875 /docs/en | |
parent | a90fb5f05df1d23fd538a24a29f702d90049ffa7 (diff) | |
download | bugzilla-8a3a795c12e95481e7dd7b169495ecb5154d120b.tar.gz bugzilla-8a3a795c12e95481e7dd7b169495ecb5154d120b.tar.xz |
Bug 504418: mod_perl CGI requirement no longer newer than base CGI requirement - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/xml/installation.xml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 65c6b9e8a..a599d0824 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.165 2009/03/02 01:21:57 mkanat%bugzilla.org Exp $ --> +<!-- $Id: installation.xml,v 1.166 2009/07/16 01:16:12 lpsolit%gmail.com Exp $ --> <chapter id="installing-bugzilla"> <title>Installing Bugzilla</title> @@ -485,14 +485,6 @@ (&min-mod_perl2-ver;) for mod_perl </para> </listitem> - - <listitem> - <para> - CGI - (&min-mp-cgi-ver;) for mod_perl - </para> - </listitem> - </orderedlist> </para> @@ -665,10 +657,6 @@ <para>Bugzilla requires <literal>mod_perl</literal> to be installed, which can be obtained from <ulink url="http://perl.apache.org"/> - Bugzilla requires version &min-mod_perl2-ver; (AKA 2.0.0-RC5) to be installed.</para> - - <para>Bugzilla also requires a more up-to-date version of the CGI - perl module to be installed, version &min-mp-cgi-ver; as opposed to &min-cgi-ver; - </para> </section> </section> |