Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62307 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80221 invoked from network); 20 Aug 2012 19:52:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Aug 2012 19:52:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.212.42 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.212.42 mail-vb0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:49075] helo=mail-vb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DB/76-07742-48592305 for ; Mon, 20 Aug 2012 15:52:37 -0400 Received: by vbbfs19 with SMTP id fs19so6511994vbb.29 for ; Mon, 20 Aug 2012 12:52:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=9G61uFLMKM2ukdksJv5E0fMBOYPnKDF2OCmGKirM0CU=; b=ozIqm7eecddcWl9c7Ee/EiK9sL14Cq30tyicIyIy1kzZyQmoOaTM/BRAs0yIKpebVl YDaFtCH+GKY4L71W6DxFPjSKBj3sRZFFq5z3TB+Hnm5BQjO6l/hwrfnxL2N8oMGqH/gg H+COpxgca9cWALUmRGgP7uTk8X39oIpDgzyqUP4Tcv3VnlMrcP+0qoZdSULxMmQGhd+4 LCSe/cSsG7A7dP5sLpkGVxKeKzAVGzny//m2+3Qi4B6M82AkrXiB/kY+2xiYDir+9W59 44oW983z6lsFTDw2HMafHwwjtnpgsgEwzi3AqHOcMkasy1biSz6W1Phkrhiia9E1K8j7 kL5A== Received: by 10.58.12.7 with SMTP id u7mr12140723veb.8.1345492353156; Mon, 20 Aug 2012 12:52:33 -0700 (PDT) Received: from [192.168.2.140] (CPE00131063dcac-CM0011aec551ea.cpe.net.cable.rogers.com. [174.113.209.222]) by mx.google.com with ESMTPS id dz3sm5770991vdb.18.2012.08.20.12.52.31 (version=SSLv3 cipher=OTHER); Mon, 20 Aug 2012 12:52:32 -0700 (PDT) Message-ID: <5032957E.2040605@lerdorf.com> Date: Mon, 20 Aug 2012 15:52:30 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: Adi Mutu CC: PHP Developers Mailing List References: <1345492049.59013.YahooMailNeo@web162904.mail.bf1.yahoo.com> In-Reply-To: <1345492049.59013.YahooMailNeo@web162904.mail.bf1.yahoo.com> X-Enigmail-Version: 1.5a1pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQnbvJ0cA/hpBcb84kZfi78xX2DYlowDi2N/MqhtvLlRrtVTxtDeJ2FgbzvYkysV1ul0NSxd Subject: Re: [PHP-DEV] compile php as fpm From: rasmus@lerdorf.com (Rasmus Lerdorf) On 08/20/2012 03:47 PM, Adi Mutu wrote: > Hello, > > I'm trying to compile php 5.3 as php-fpm using the following configure command > > > ./configure --enable-debug --enable-maintainer-zts --enable-fpm --enable-fastcgi > > and i get this > > " > Thank you for using PHP. > > Notice: Following unknown configure options were used: > > --enable-fastcgi > " > > The command is from a tutorial on web. This is not the mailing list for questions like this. Obviously your tutorial was not written for 5.3. The 5.3 UPGRADING document states: - FastCGI is now always enabled and can not be disabled. See sapi/cgi/CHANGES for more details. -Rasmus