Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47494 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97054 invoked from network); 23 Mar 2010 17:44:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Mar 2010 17:44:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.209 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.220.209 mail-fx0-f209.google.com Received: from [209.85.220.209] ([209.85.220.209:62958] helo=mail-fx0-f209.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4C/55-03444-80EF8AB4 for ; Tue, 23 Mar 2010 12:44:41 -0500 Received: by fxm1 with SMTP id 1so7469252fxm.13 for ; Tue, 23 Mar 2010 10:44:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=X/f9gbi8BDZ1lFfvrsbG8AHdZojY6BpjSOtg+lqZ8qY=; b=JwCgbDbBQJfUZCpmSlg0najTPZAFB94xBRRvQcqjMSzlI7GjlkQCQ39XkmWznvdzkb ex7qqQSiB0NLqG/vXyK+qm3Qqyujw8OeC6szUOtdWIChrnqN6Rx4PjHKSyDZLDKatXk3 ReUXmlqDomph7nh9y7Ip9aJzj9MegmgQft3gM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=ltVUBD7WHi2KQrK/tLxOtk6MWNzoUF/Haka+qoHytklOccX32VDNPxsLVmVXl6o3b4 khQyHwjta3EXQgjyhkZO6ujG4aD+Jly/pmw0WkBFiIf7PeCorVbiFBwQqR/NavRn7XE/ 68+brevjSp2Ptpg3k33xRfZzcY8HULOqhV/FY= MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.204.133.27 with SMTP id d27mr6141996bkt.51.1269366277504; Tue, 23 Mar 2010 10:44:37 -0700 (PDT) In-Reply-To: References: Date: Tue, 23 Mar 2010 18:44:36 +0100 X-Google-Sender-Auth: 98c933bb3c0c61d8 Message-ID: <2dedb8a1003231044s742a9389nf29c1207f4e86aac@mail.gmail.com> To: Derick Rethans Cc: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] trunk is alive and open From: kalle@php.net (Kalle Sommer Nielsen) Hi Derick 2010/3/23 Derick Rethans : > Hello, > > I've just created trunk for 5.3 again. I've set the version to > 5.3.99-dev as to explicitly not decide on whether there will be 5.4 or > 6.0 next. Great! > > New features should go to trunk; but anything other then trivial > additions should require an RFC and discussion. I think Antony has the > FPM RFC ready to show what sort of stuff would be useful to have. I'll > let Antony start a thread to discuss it (although I doubt there needs to > be a lot of discussion for it). Im assuming that we are still removing the stuff that we deprecated in 5.3 and removed in the old trunk? If thats the case then I will work on merging those removed features like safe_mode and so on out. -- regards, Kalle Sommer Nielsen kalle@php.net