Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85994 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54973 invoked from network); 28 Apr 2015 14:05:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Apr 2015 14:05:35 -0000 Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.50 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.50 mail-wg0-f50.google.com Received: from [74.125.82.50] ([74.125.82.50:35322] helo=mail-wg0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 65/C6-17556-FA39F355 for ; Tue, 28 Apr 2015 10:05:35 -0400 Received: by wgyo15 with SMTP id o15so152763508wgy.2 for ; Tue, 28 Apr 2015 07:05:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=RhHOwFdSwG7nZqceA8ExpIACtKIrR75Lry/BjR6zIsI=; b=Xqr8AiUxBaHTMIrwAR9pXzA8Z2LEhFJWwUdAFJ50NB8rhZGGmnZX3306QY0UDEToTO s7Ptz+JMssmCSe3q6QNKTbQJ3zzj2mI6cQrdpx9luUUDpUn7wEa0wQ0zljCbSEneQVJU wc3tReQ/xe8PcDYM+d7tlIIwvtBG4PMp7JI34+G+zdO6NdsGuymMhh1lYkopZuV7CpFI Xxa85BiycXqrcSVSiYws1CAaWGuJQ0WtsjvwhhqZuMS+Fv2Z8COXObzvgvX6y8JgCrq7 glFuhX6lemJyjX3TdpIDUxQi11WRx1p8pA0T87G8eyVBc5aB0lRVUkGfEtCkyZoX1JD6 RLUw== X-Received: by 10.194.60.173 with SMTP id i13mr32058833wjr.124.1430229931787; Tue, 28 Apr 2015 07:05:31 -0700 (PDT) Received: from [192.168.0.159] ([62.189.198.114]) by mx.google.com with ESMTPSA id em18sm10687819wjd.19.2015.04.28.07.05.30 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Apr 2015 07:05:30 -0700 (PDT) Message-ID: <553F934B.5050201@gmail.com> Date: Tue, 28 Apr 2015 15:03:55 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: internals@lists.php.net References: <553DBEC4.7000609@gmail.com> <006c01d081a7$0e600640$2b2012c0$@php.net> <553F7818.1040402@gmail.com> <007601d081b8$36b9b490$a42d1db0$@php.net> In-Reply-To: <007601d081b8$36b9b490$a42d1db0$@php.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Re: [RFC] Reserving More Types in PHP 7 From: rowan.collins@gmail.com (Rowan Collins) François Laupretre wrote on 28/04/2015 14:35: > I am especially interested by the opinion of Drupal, Wordpress, and other framework developers. Are there any out there ? Please comment. If you look in the rest of the thread, you'll see a few: - Drupal's String class was part of Drupal 8, which is still in Beta, and has been renamed/removed already - AFAIK, Wordpress has never had a class with any of the newly reserved names (most of their classes begin WP_) - CakePHP has renamed "String" to "Text", and added an alias so both names can be used in PHP5. Doesn't rule out them being interested in alternative solutions, though. - The other framework mentioned as affected was Lithium, about which I know nothing. Regards, -- Rowan Collins [IMSoP]