From owner-freebsd-questions@FreeBSD.ORG Fri May 6 15:03:05 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73DC716A4D3 for ; Fri, 6 May 2005 15:03:05 +0000 (GMT) Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F63443D2F for ; Fri, 6 May 2005 15:03:05 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:9943 helo=mail.aseed.antenna.nl) by post-24.mail.nl.demon.net with esmtp (Exim 4.43) id 1DU4M4-000J9R-9o; Fri, 06 May 2005 15:03:04 +0000 Received: from http.aseed.antenna.nl (unknown [192.168.0.50]) by mail.aseed.antenna.nl (Postfix) with ESMTP id 91F7028400A; Fri, 6 May 2005 17:05:07 +0200 (CEST) Received: from amandla.scii.nl (82-197-199-160.dsl.cambrium.nl [82.197.199.160]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id 3FA4458CBC5; Fri, 6 May 2005 17:02:57 +0200 (CEST) Date: Fri, 6 May 2005 17:02:57 +0200 From: albi To: "Cody Holland" Message-Id: <20050506170257.3c1c8272.albi@scii.nl> In-Reply-To: <4B3EE484EEA4F344BBB62F83164899861A43E1@corpsrv.RedMoon.local> References: <4B3EE484EEA4F344BBB62F83164899861A43E1@corpsrv.RedMoon.local> X-Mailer: Sylpheed version 1.9.9 (GTK+ 2.6.7; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Adding PHP Plugin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2005 15:03:05 -0000 On Fri, 6 May 2005 09:48:30 -0500 "Cody Holland" wrote: > How would I go about adding a pluggin to php4-extension. I've already > installed in, but need to add support for pcntl. Do I need to remove > extensions all together and reinstall them from scratch, or is there an > easier way?? did you install php and, say, apache completely from source and not from ports ? a quick "cd /usr/ports ; make search key=pcntl" shows both pcntl for php4 and php5 afaik via the ports it will update /usr/local/etc/php/extensions.ini automagically in case of using php/apache without the ports-collection it's a matter of editing that last file i assume HTH