From owner-freebsd-questions@FreeBSD.ORG Tue Nov 27 22:06:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B912916A417 for ; Tue, 27 Nov 2007 22:06:18 +0000 (UTC) (envelope-from chris@sigd.net) Received: from ms05.mailstreet2003.net (ms05.mailstreet2003.net [69.25.50.235]) by mx1.freebsd.org (Postfix) with ESMTP id 80B8113C458 for ; Tue, 27 Nov 2007 22:06:18 +0000 (UTC) (envelope-from chris@sigd.net) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 27 Nov 2007 17:08:43 -0500 Message-ID: <6FC9F9894A9F8C49A722CF9F2132FC220F7C6FC3@ms05.mailstreet2003.net> In-Reply-To: <4866.35686.qm@web25005.mail.ukl.yahoo.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: PHP5 Gzip support Thread-Index: AcgxOlyHknyAcZsKTOmD99PbT3q86QABrKDA References: <4866.35686.qm@web25005.mail.ukl.yahoo.com> From: "Chris Haulmark" To: "Robert Davison" , Cc: Subject: RE: PHP5 Gzip support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2007 22:06:18 -0000 Hello Robert: >=20 > Can someone please explain how I install gzip support into a running > version of PHP5 ? >=20 gzip is enabled by default for encoding. Did you mean bzip? When you are installing php5 extensions on FreeBSD systems from the ports tree, normally you would install the the lang/php5-extensions port. You will be prompted with a config menu. In your situation, you can choose bzip and get that installed. If you want to add any other extensions after doing the install, you can use make config to bring that menu back up and then do the reinstall. Chris > --------------------------------- > Yahoo! Answers - Get better answers from someone who knows. Tryit now. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org"