Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51435 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8188 invoked from network); 8 Feb 2011 16:01:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Feb 2011 16:01:08 -0000 Received: from [127.0.0.1] ([127.0.0.1:27145]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 5F/60-05018-4C8615D4 for ; Tue, 08 Feb 2011 11:01:08 -0500 X-Host-Fingerprint: 92.106.94.169 169-94.106-92.cust.bluewin.ch Received: from [92.106.94.169] ([92.106.94.169:2485] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 58/C7-64215-450615D4 for ; Tue, 08 Feb 2011 10:25:09 -0500 Message-ID: <58.C7.64215.450615D4@pb1.pair.com> To: internals@lists.php.net Content-Type: text/plain; charset="UTF-8" Date: Tue, 08 Feb 2011 16:27:08 +0100 User-Agent: KNode/4.4.10 Content-Transfer-Encoding: 8Bit Followup-To: php.internals Lines: 18 MIME-Version: 1.0 X-Posted-By: 92.106.94.169 Subject: Static family From: sunse8@gmail.com (=?UTF-8?B?U8OpYmFzdGllbg==?= Durand) Hi guys (and sorry for my english), For now, we have __callStatic, but we don't have __getStatic, __setStatic and so on. Will these functions be implemented in the near future ? These static functions are a nice addition and can do magic (registry pattern for example). http://sitten-polizei.de/php/get-static.diff http://bugs.php.net/bug.php?id=45002 I patched PHP 5.3.5 with this file, but this leads to segmentation fault. Regards, Sébastien