Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51264 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73999 invoked from network); 13 Jan 2011 18:30:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jan 2011 18:30:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=chadfulton@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=chadfulton@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: chadfulton@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-iw0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:34871] helo=mail-iw0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 26/16-42859-0B44F2D4 for ; Thu, 13 Jan 2011 13:30:09 -0500 Received: by iwn6 with SMTP id 6so1904372iwn.29 for ; Thu, 13 Jan 2011 10:30:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=xAZ9IJT9q9FD41QdcEzOm4edjyTg5UmSHMH8NWtMdbU=; b=j6i5L6elK2/MPmvs3rd7bhFIdsys4WaowYdn9+CYRg0l+iO2BAcMRrYsJcpWfSx68+ npc7+Uv5cZV+xj6/vWgI93aRc+2juPRYDLD7k92h/fEtj5/JIiPbif9XenidPuzC5LKq iXjGpE6HNOx83LgHPJHx0Go7i3faDUcUoWUPI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=L7laUSHBf9MZWF1aSugjljZMdT3Abu7PDuhSdfOraRElvDWAiTF5Yp2CXuqBivw6nI ed8Rx3reQDVtLr5ZR76OyIelcq+I4aJsORYX0y45fpDkvI56znqAur8V7wv68l4Ikz0Z Z/5d77CTtKlqyMe7YOcaI73MbRxgCQw2UBbv0= Received: by 10.231.12.132 with SMTP id x4mr2691591ibx.177.1294943406617; Thu, 13 Jan 2011 10:30:06 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.170.66 with HTTP; Thu, 13 Jan 2011 10:29:46 -0800 (PST) In-Reply-To: References: <1294276068.10675.3.camel@guybrush> <4D283A96.3090908@yahoo.com.au> Date: Thu, 13 Jan 2011 10:29:46 -0800 Message-ID: To: Martin Scotta Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] RFC: about class names as values From: chadfulton@gmail.com (Chad Fulton) Take this with a grain of salt, but: On Thu, Jan 13, 2011 at 7:22 AM, Martin Scotta wro= te: > Hi all, > > I don't know how the internal development process of PHP works. > > First at all: was this feature approved? From my experience, don't consider something "approved" until it's in SVN, and even then maybe not (e.g. type hinting...), regardless of how many people say "I think that sounds like a good idea". > > if that is a "yes"... > is this feature going to be scheduled for some release? See below. > Is it supposed that I will submit a patch? Mostly, the burden is on the person requesting a feature to submit a patch, if for no other reason than that everyone is busy and that, as the requester, you probably have the most interest in getting the feature implemented. Once a patch is out there, you're going to need to convince at least one core dev to get behind your idea, since they are in the position of getting it into SVN, and they have the best big picture view of PHP. The core devs do often seem happy to help improve patches, if they think they're worthwhile. Then, perhaps it will get into SVN if a core dev likes it and no core devs oppose it too much. Then, perhaps it will be scheduled for a release. > > Thanks you all, > =A0Martin Scotta >