Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59763 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32736 invoked from network); 11 Apr 2012 22:59:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Apr 2012 22:59:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:58116] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F9/B7-23245-4DC068F4 for ; Wed, 11 Apr 2012 18:59:33 -0400 Received: from [192.168.2.230] (unknown [188.174.57.108]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 3E87A6034F; Thu, 12 Apr 2012 00:59:28 +0200 (CEST) To: Yader Hernandez Cc: PHP Developers Mailing List In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Thu, 12 Apr 2012 00:59:27 +0200 Message-ID: <1334185167.4609.135.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] No configure file on github From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, please read http://php.net/git.php Thanks, johannes On Wed, 2012-04-11 at 15:55 -0700, 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