Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52817 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35411 invoked from network); 2 Jun 2011 21:29:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jun 2011 21:29:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:61332] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E4/F2-18291-1B008ED4 for ; Thu, 02 Jun 2011 17:29:22 -0400 Received: by wyb34 with SMTP id 34so1107750wyb.29 for ; Thu, 02 Jun 2011 14:29:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=2jclQl53dBi6DwVoFltvnMyoX88XomYMzsVD3/YFw+k=; b=NHQWDSKI9CAz5PeOAqOBGkpqmufU79zpdE3MLN+YYDmzd6X84W39i/9FrDt3wyvlqh i/G0UNNgXW/PVmeKc/59e2+X0Rk1iLvjy2iOizQPTuFVQkv/bleEOsehmNP8VwkFXoaJ QR19WFFYI+wBsu+QBWKa9fiO145X5aYweq70w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=sveBQVMe7YwKegYBzq4wob0aQugmxOA4j8iUUq7lHOXJeX8aGcU4mMWfLrFQK1sEpI dIwtzx815Sz24QE8IWIuAOhL/y03RFkbt7Re/9jv2NXEdSEHtSr+xVKHIraf3yTWRvOS Fngcya2Ox8x4bbeq38+OrNZhbL6KBry596kVU= MIME-Version: 1.0 Received: by 10.216.156.70 with SMTP id l48mr6567499wek.5.1307050157901; Thu, 02 Jun 2011 14:29:17 -0700 (PDT) Received: by 10.216.50.212 with HTTP; Thu, 2 Jun 2011 14:29:17 -0700 (PDT) In-Reply-To: <4DE7F179.5010402@sugarcrm.com> References: <4DE7F179.5010402@sugarcrm.com> Date: Thu, 2 Jun 2011 23:29:17 +0200 Message-ID: To: Stas Malyshev Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] 5.4 moving forward From: hannes.magnusson@gmail.com (Hannes Magnusson) On Thu, Jun 2, 2011 at 22:24, Stas Malyshev wrote: > I'd like to set up a vote for the undecided TODO features on wiki.php.net, > anybody could help me with setting up the voting module there if there's > such thing on the wiki? Or set me up with the access to wiki machine and > I'll install it :) You are in general much more likely to get serious reply on this sort of things on the.. mailinglists dedicated for it (php-webmaster@ / systems@). There is just way to much trolling going on on this list for us to be able to read all posts. The wiki code is in svn, so you should be able to commit whatever plugin you need. If you need access to the actual box, ask the technical contact listed on https://wiki.php.net/systems/rl, or systems@ for any other questions. > Some of the items are already being discussed, but I'll prepare some kind of > official "ballot" and send to the list soon so we'd have common point. There are still leftovers from the scalar type hint in svn, check zend_do_receive_arg() and zend_do_perform_implementation_check() for example. Please verify you reverted it properly, as these half-reverting is causing segfaults whereas syntax error would be expected. -Hannes