Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50507 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90465 invoked from network); 25 Nov 2010 09:21:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2010 09:21:42 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; 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 unknown Solaris 10 (beta) Received: from [217.114.211.66] ([217.114.211.66:50678] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/E0-20008-A9A2EEC4 for ; Thu, 25 Nov 2010 04:21:30 -0500 Received: from [192.168.1.29] (ppp-93-104-60-3.dynamic.mnet-online.de [93.104.60.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 9BA74467C7; Thu, 25 Nov 2010 10:21:22 +0100 (CET) To: Stas Malyshev Cc: Pierre Joye , PHP internals In-Reply-To: <4CEDF839.4090005@sugarcrm.com> References: <4CEDF839.4090005@sugarcrm.com> Content-Type: text/plain; charset="UTF-8" Date: Thu, 25 Nov 2010 10:21:17 +0100 Message-ID: <1290676877.7033.3.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] git anyone? From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Wed, 2010-11-24 at 21:46 -0800, Stas Malyshev wrote: > However, there are a lot of > practical challenges (auth, etc.) that need to be solved. I think one of the biggest issues is PHP extension handling. All ways for moving extensions in/out while keeping history are annoying. Doing all in sub-modules would be damn annoying ... that certainly needs evaluation before a switch. Other than that I really love git :-) johannes