Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:92295 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24330 invoked from network); 14 Apr 2016 10:53:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Apr 2016 10:53:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=ua.san.alex@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ua.san.alex@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.196 as permitted sender) X-PHP-List-Original-Sender: ua.san.alex@gmail.com X-Host-Fingerprint: 209.85.213.196 mail-ig0-f196.google.com Received: from [209.85.213.196] ([209.85.213.196:35889] helo=mail-ig0-f196.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/C8-12455-1967F075 for ; Thu, 14 Apr 2016 06:53:06 -0400 Received: by mail-ig0-f196.google.com with SMTP id kb1so10218932igb.3 for ; Thu, 14 Apr 2016 03:53:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=hhoSoB1Z5jVgfUGUTt02caokCiWt8syBLzEk+rvKQJc=; b=CNjG1t6CmmZ3M61a5QEufxqgL7xQP/dzAVmYf1PKueaRfoYcw8pDnxAhqxCB4r7Hh1 xyP3A/SnMBeGLEkmduA5q7ho3RaX3AdgZTinz7Wiy9zAcTFU2o3CftwP2W8rmrYNDPCv tsfStUXqyRoJ9CWew5XwPYPE6tu7kKJhIGGcE4ckCPLbjKk25dY9pPGEcEO8iTaLL2ns zzYhDFlrVfdmx7ZbwdCbGQ5RxdEbhdXGC5KhP+8jPof84VANfyvKoDJwcTdmjON90qeW QtXKkDfYTTaviFaGfr0GOi/ROubdMFvwO5CGE+HH++yZeDLxtabjYsBfG2NEamnAu2cU PWgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=hhoSoB1Z5jVgfUGUTt02caokCiWt8syBLzEk+rvKQJc=; b=BpshmQlsM9g3ycz+cOaMG61jYrsvRoBvtmPipKMekvcGsn2BznmLxM7Z1ZoDcx1QkR 2SItujmk3L2j6QXQDywj+ETDymaXXz3nORG0JG0ibfw8dv1DSq/1gZ/fcmfVPa/ydzuE Mae7kCw3/gXzYXxJJLBBHK5NMVpRRYMF0ALoO5VwMKLYujEJ6yiZZhe3PRQVydfwRrub vLLton9cycRMk1x8XYp1wmhPFArwIZAZep4l0o+/MYyzTCc5WPSlBhwbUOhxkvVbJgCE gNMRtbS/owJDlVlxp1I6EOWBrUvrVrnX9VM7RkZaKZnjMhzwR5gvs8baZAA9l8CSI1Ol 3Kiw== X-Gm-Message-State: AOPr4FVPKy0niSkspD3Zz82tRi0zLTcCutvcoJQf4mki77ILio8VqWDv86IiwU4epKih/nQPRXtbix+0HOUu2Q== MIME-Version: 1.0 X-Received: by 10.50.68.103 with SMTP id v7mr8312300igt.6.1460631183347; Thu, 14 Apr 2016 03:53:03 -0700 (PDT) Received: by 10.50.54.201 with HTTP; Thu, 14 Apr 2016 03:53:03 -0700 (PDT) In-Reply-To: <53.C1.17556.CE44F355@pb1.pair.com> References: <53.C1.17556.CE44F355@pb1.pair.com> Date: Thu, 14 Apr 2016 13:53:03 +0300 Message-ID: To: Johannes Ott Cc: internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: New RFC draft "static class constructor" From: ua.san.alex@gmail.com ("S.A.N") 2015-04-28 11:29 GMT+03:00 Johannes Ott : > Am 13.04.2015 um 15:37 schrieb Johannes Ott: >> Hi, >> >> finally I managed to do my first RFC draft. >> >> https://wiki.php.net/rfc/static_class_constructor >> >> I hope I have done everything correct so far and I'm looking forward to >> your feedback on it. >> >> As I already mentioned in the prediscussion thread here: >> >> For being my first change to the PHP core, I would be very happy, if >> someone of the "old stager" would help me with the implementation of >> this RFC if it is accepted. >> >> Regards >> > > Hi there, > > there was a really bad situation in my life the last week, so I'm not > able to do anything on this Draft for some days, I will pause it for > some weeks now > > Regards > > -- > DerOetzi > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > Hi. Is any progress on the implementation? Thank.