Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59760 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30631 invoked from network); 11 Apr 2012 22:55:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Apr 2012 22:55:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=yader.hernandez@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yader.hernandez@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: yader.hernandez@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:61422] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/47-23245-EDB068F4 for ; Wed, 11 Apr 2012 18:55:27 -0400 Received: by obbta17 with SMTP id ta17so919004obb.29 for ; Wed, 11 Apr 2012 15:55:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=od0cNIaPRUxpoplrQo5LaKaCPNef0l1RdXU65KRE410=; b=E+cS3aRG4tINAXP0g3qkzSZU5WXoVVd7pXAAKDHopWbi2NN9cL/eqYnEm08xoQ3xjN HWetBXbHfgbdC6jQ31FNPxWIzVLmE65DjxaPUs9uKw+KxQMrgadOVfYaWwRCpuDVGKbO nSEtC6ScQ0CUWRrvJ6czFSAI/c0KV6IASmXkwgKrjvDmdV0SG4dRddTx1Fs1dMzP3n7O 321P4gN93SibikNQVkW/+UYwruTvwf+EvdmzMw2y/jQqauZRO+6hMMpLOiwNo4Z6K7yI iWzubXhINoLBHPEvEbmDHOuZPsgNQJURPw1o4aJtPKU3Vf+7hYOo6k2GvOz4UKDJ+G6J i0iQ== MIME-Version: 1.0 Received: by 10.182.119.6 with SMTP id kq6mr176958obb.67.1334184924226; Wed, 11 Apr 2012 15:55:24 -0700 (PDT) Received: by 10.60.147.199 with HTTP; Wed, 11 Apr 2012 15:55:24 -0700 (PDT) Date: Wed, 11 Apr 2012 15:55:24 -0700 Message-ID: To: PHP Developers Mailing List Content-Type: multipart/alternative; boundary=f46d0444ee2379254404bd6f22ee Subject: No configure file on github From: yader.hernandez@gmail.com (Yader Hernandez) --f46d0444ee2379254404bd6f22ee Content-Type: text/plain; charset=ISO-8859-1 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 --f46d0444ee2379254404bd6f22ee--