Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86147 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91710 invoked from network); 9 May 2015 06:23:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 May 2015 06:23:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.215.43 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.215.43 mail-la0-f43.google.com Received: from [209.85.215.43] ([209.85.215.43:36404] helo=mail-la0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 78/C0-19875-9D7AD455 for ; Sat, 09 May 2015 02:23:21 -0400 Received: by lagv1 with SMTP id v1so65253670lag.3 for ; Fri, 08 May 2015 23:23:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=y/MEgn+0QmdpQpEw059RNoU7DouT/NpWOrRKUZTnxss=; b=O8L70bcnXz55eyE4oQVmojYUDWgBGpcx9AOrqbIpjzG55BB7p3kAl6bbogwJeepJXw XY9NQ7ctoOfeuPBdi2sjNtHobU9iwtjCfnIjscEnf2oRMYmlrOJu99F0TnPqi0y7JMkq 6VxM4cMI2aIJQiISgpzkua2GjP4IillfLkg0dVBXB17gnm2r0jyTEINDKCYhT2g7rkXy 7QqhZQDewOsopUD5zWPxM6umgtGRu5YhrAwi+s/zRjLD5oAUe9Gz6iXqtAvmIc4KRUnS nI8aq4IwshzuX5QnEeZjoGmAiPRJtol8IdlLB8EEgIjLpOFPJ1yvoGjqKphNjVgwP3n1 GCiA== X-Gm-Message-State: ALoCoQluDfOdLgOeWFaI70fO6PDgw7WH4mRQ7dwihhAiPCaiKLHRDf911EHRNa/KCwUeljz9+VUx MIME-Version: 1.0 X-Received: by 10.112.199.1 with SMTP id jg1mr1062948lbc.59.1431152597899; Fri, 08 May 2015 23:23:17 -0700 (PDT) Sender: php@golemon.com Received: by 10.112.11.134 with HTTP; Fri, 8 May 2015 23:23:17 -0700 (PDT) X-Originating-IP: [2620:10d:c081:1110::15d1] In-Reply-To: References: <71A78449-A62C-400D-A01F-5668930A7BED@ajf.me> <554BDC4B.2010808@gmx.de> Date: Fri, 8 May 2015 23:23:17 -0700 X-Google-Sender-Auth: OHWTwA42ekDVwpGA7x54cptlltU Message-ID: To: Pierre Joye , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Thoughts on C version supported for PHP-Next From: pollita@php.net (Sara Golemon) On Fri, May 8, 2015 at 9:23 PM, Pierre Joye wrote: > Maybe we can create a repo on github to share them? > > I can create one, yes I prefer github than PHP's git, much easier to > manage, issues, etc > I say go for it, since you're our liason to the MSVC team. For me, I agree with what Nikita said last July. Mixed code+declarations. So much better quality of life than having to put all declarations at the top. -Sara