Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59761 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32015 invoked from network); 11 Apr 2012 22:58:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Apr 2012 22:58:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@googlemail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:36912] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D5/97-23245-0BC068F4 for ; Wed, 11 Apr 2012 18:58:57 -0400 Received: by lbbgf7 with SMTP id gf7so1159507lbb.29 for ; Wed, 11 Apr 2012 15:58:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=T3Je9jkL5Nu9B+yh4pZi9W54A1ozLd81GrpbbdeHmkQ=; b=FVC5SRCxVHKO9i1vrV14yx/jIgYJqcChjasrQcFCn19ZwZyQjKtYrXgd+2AYBfmai7 R+zFo8HWNYQyI7kYUwhJlmZOUFNXi0+7z/BwG2peChSER3Q+tgWm8c9zSThRaX1HXead FcIX5HWQw0d7fpDY0a8I+d7w3tbUMdyQ1ZAz8QTRtMAnyEb7oGliriAhzXP4bYBud4up uA6U01zfYD0L/lWCDqkY6fkVUlPUteWgCmzBnXv2BydqeHD/ETXsRgcS6PR1IDstWRth bsBZC5KENEeTl6dZtSCe1L3sMgtsxOnsaBw/rf/GLls/fPmvUIFDGoHKI75wKgtiBk1M Lr3w== MIME-Version: 1.0 Received: by 10.112.11.6 with SMTP id m6mr96097lbb.24.1334185132769; Wed, 11 Apr 2012 15:58:52 -0700 (PDT) Received: by 10.152.127.68 with HTTP; Wed, 11 Apr 2012 15:58:52 -0700 (PDT) In-Reply-To: References: Date: Thu, 12 Apr 2012 00:58:52 +0200 Message-ID: To: Yader Hernandez Cc: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] No configure file on github From: nikita.ppv@googlemail.com (Nikita Popov) On Thu, Apr 12, 2012 at 12:55 AM, Yader Hernandez wrote: > Hello, > > Is there a reason why the github repo doesn't contain configure file? I > would have thought that I could do something like: > > git clone https://github.com/php/php-src.git > > cd php-src > > ./configure > > make && make install > > The only way to get configure is through downloading at php.net Did you run ./buildconf? Nikita