Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45227 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72234 invoked from network); 6 Aug 2009 21:11:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Aug 2009 21:11:47 -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 83.243.58.134 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 83.243.58.134 mailout2.netbeat.de Linux 2.6 Received: from [83.243.58.134] ([83.243.58.134:54653] helo=mailout2.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 51/47-37691-F074B7A4 for ; Thu, 06 Aug 2009 17:11:44 -0400 Received: (qmail 11602 invoked by uid 89); 6 Aug 2009 21:49:31 -0000 Received: from unknown (HELO ?192.168.1.102?) (johannes%schlueters.de@88.217.61.197) by mailout2.netbeat.de with ESMTPA; 6 Aug 2009 21:49:31 -0000 To: Vesselin Kenashkov Cc: PHP Internals List In-Reply-To: <261daaa10908061318t18e7337o7343e4d9ab443bd2@mail.gmail.com> References: <261daaa10908061318t18e7337o7343e4d9ab443bd2@mail.gmail.com> Content-Type: text/plain Date: Thu, 06 Aug 2009 23:11:39 +0200 Message-ID: <1249593099.3879.4.camel@goldfinger.johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RFC: __invokeStatic() method From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, On Thu, 2009-08-06 at 23:18 +0300, Vesselin Kenashkov wrote: > Hello everyone, > > I tried to create a page in the wiki but I dont see the "create" button. I > have an account but I guess I still lack permissions. Anyway here is my > proposal: You should be able to edit the RC list, add a new link there and then click on it to create the page. > Implementation of magic method __invokeStatic is that solved with http://php.net/__callStatic ? johannes