Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59762 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32490 invoked from network); 11 Apr 2012 22:59:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Apr 2012 22:59:23 -0000 Authentication-Results: pb1.pair.com header.from=jelle.zijlstra@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jelle.zijlstra@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.54 as permitted sender) X-PHP-List-Original-Sender: jelle.zijlstra@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-wg0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:42370] helo=mail-wg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/A7-23245-9CC068F4 for ; Wed, 11 Apr 2012 18:59:23 -0400 Received: by wgbdq13 with SMTP id dq13so1139530wgb.11 for ; Wed, 11 Apr 2012 15:59:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ElPIxay2pBWDTQh7sGa4mY+PwOHN+nl+rkT8QNyGxvE=; b=K+Jq9bZX6OPUu6Q1Wpo5+UGaWcEOK3vVUyCxwhdrWcCOu9I1nJVWLxnS6tHVqcAhpN FSEhPoabAJaBMDHNx30zpvZMgLH62jbOA8OcvCWgYOtd9Oe2SnDQjgOMbfFvpHhQrjVZ 2/h6jcvwiY/UC/9C3RVvKS7VvyvuiWVb3kGyc/KORTAkoBymnMUmTD5jLHHK6T1+loxb SBJxJ3pC//FiY7W8OU4Pwv/h0tIHlpHDf+PCeKRKaWZgdAq1tnSngNEUE7OpO7fxGTRX RvzjG3V4F79fNr1vcxaOW5ghcXty/QcwWoK4sovFeOy9D73wK1VIpkXqUMed8KUAX+xA BhSQ== MIME-Version: 1.0 Received: by 10.180.95.197 with SMTP id dm5mr10291858wib.20.1334185157264; Wed, 11 Apr 2012 15:59:17 -0700 (PDT) Received: by 10.216.26.67 with HTTP; Wed, 11 Apr 2012 15:59:17 -0700 (PDT) In-Reply-To: References: Date: Wed, 11 Apr 2012 18:59:17 -0400 Message-ID: To: Yader Hernandez Cc: PHP Developers Mailing List Content-Type: multipart/alternative; boundary=f46d04447f475d05f604bd6f3008 Subject: Re: [PHP-DEV] No configure file on github From: jelle.zijlstra@gmail.com (Jelle Zijlstra) --f46d04447f475d05f604bd6f3008 Content-Type: text/plain; charset=ISO-8859-1 2012/4/11 Yader Hernandez > 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 > You need to use ./buildconf first. --f46d04447f475d05f604bd6f3008--