From owner-freebsd-questions@FreeBSD.ORG Tue Dec 30 18:26:45 2008 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 7F3901065672 for ; Tue, 30 Dec 2008 18:26:45 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 3423C8FC27 for ; Tue, 30 Dec 2008 18:26:44 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LHjIh-0005RW-0v for freebsd-questions@freebsd.org; Tue, 30 Dec 2008 18:26:43 +0000 Received: from pool-138-88-90-120.res.east.verizon.net ([138.88.90.120]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 30 Dec 2008 18:26:43 +0000 Received: from nightrecon by pool-138-88-90-120.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 30 Dec 2008 18:26:43 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Tue, 30 Dec 2008 13:26:57 -0500 Lines: 20 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-138-88-90-120.res.east.verizon.net Sender: news Subject: Re: How do I configure PHP to use curl? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2008 18:26:45 -0000 John Almberg wrote: > I just ran into something that has me stumped. It's probably a real > newbie question, but I can't figure it out... > > I'm trying to add curl support to my PHP installation, but when I run > 'make config' in the /usr/ports/lang/php5 directory, curl is not one > of the very small set of options given. > > PHP has a million options, so how do you set one that is not in the > 'make config' box? > > -- John > Try /usr/ports/lang/php5-extensions instead. This is where you add the million other options. -Mike