From owner-freebsd-questions@FreeBSD.ORG Tue Dec 30 18:35:17 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 8A5521065673 for ; Tue, 30 Dec 2008 18:35:17 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-fx0-f11.google.com (mail-fx0-f11.google.com [209.85.220.11]) by mx1.freebsd.org (Postfix) with ESMTP id 149B48FC21 for ; Tue, 30 Dec 2008 18:35:16 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by fxm4 with SMTP id 4so984311fxm.19 for ; Tue, 30 Dec 2008 10:35:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=SHy4IIAI5hNH/wXbAGE9Q4YC/larqx7DI5GnWGeRS/Q=; b=BWsvV98s/i6PYFfxbZWZDJmbgSM99vnjvZNPG5DuvXpbJ1u5VHQ2xEPNhJgbvWCHSi vqLL53e97hWr5sRIAz8kLJXM6D7Tfb1utN0jHp9e1wfDyMPHWn3ps5mvPm3dOi+ktuKN oyvchhG5vk9NcmUlAvHFYv40q0eFDuLT649yY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=pSRFZtulkgtwhsHd3Ep92+FTnOGJzFoXi/IRTOw+u0nMOXm14FDu0ywaV9VcN5ShLR znuNYPmCYCIyDGlCEMCAby/YUYDh68XVGvCSNR7+vVCC2amvw8mnC/T00P+fUGbKSUWe 9L7jyGNrOUiTyvrKl5vqJpceKLQAFSWsCGrEM= Received: by 10.223.109.20 with SMTP id h20mr10938932fap.41.1230662115233; Tue, 30 Dec 2008 10:35:15 -0800 (PST) Received: by 10.223.109.80 with HTTP; Tue, 30 Dec 2008 10:35:15 -0800 (PST) Message-ID: <4ad871310812301035u5184fb3di9a28095466beeddf@mail.gmail.com> Date: Tue, 30 Dec 2008 13:35:15 -0500 From: "Glen Barber" To: "John Almberg" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: How do I configure PHP to use curl? 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, 30 Dec 2008 18:35:17 -0000 On Tue, Dec 30, 2008 at 1:16 PM, 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? > Have a look at lang/php5-extensions -- Glen Barber "Tell me and I forget. Teach me and I remember. Involve me and I learn." - Benjamin Franklin