Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37662 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55903 invoked from network); 15 May 2008 07:14:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 May 2008 07:14:18 -0000 Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.163 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.163 mail4.netbeat.de Received: from [83.243.58.163] ([83.243.58.163:56683] helo=mail4.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 31/D4-27462-6C2EB284 for ; Thu, 15 May 2008 03:14:18 -0400 Received: (qmail 5852 invoked by uid 507); 15 May 2008 07:14:09 -0000 Received: from unknown (HELO ?192.168.1.102?) (postmaster%schlueters.de@82.135.89.6) by mail4.netbeat.de with ESMTPA; 15 May 2008 07:14:09 -0000 To: Hector Santos Cc: internals@lists.php.net In-Reply-To: <482BC0DC.7000805@isdg.net> References: <482BC0DC.7000805@isdg.net> Content-Type: text/plain Date: Thu, 15 May 2008 09:14:06 +0200 Message-ID: <1210835646.4227.7.camel@goldfinger> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-4.fc8) Content-Transfer-Encoding: 7bit Subject: Re: Proposal for a PHP-BASED Make facility From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, On Thu, 2008-05-15 at 00:49 -0400, Hector Santos wrote: > - All that is needed with a source distribution or as a > separate distribution, is a PHPMAKE package that > might include a root folder: > > phpmake/bin minimum php binaries for the platform > i.e, php.exe, php5ts.dll for windows That's a hen and egg problem then - one would need PHP to build PHP and we don't have the infrastructure to provide binaries for all the platforms we support (there's more than Linux and Windows) And then you have to do quite some work others already did for finding system difference - and keep the systems database and/or checks up to date - that's far from our scope. Please read about what the autotools, cmake and others are doing. johannes