Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74394 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33699 invoked from network); 20 May 2014 23:02:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 May 2014 23:02:55 -0000 Authentication-Results: pb1.pair.com header.from=mails@thomasbley.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mails@thomasbley.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain thomasbley.de from 85.13.137.24 cause and error) X-PHP-List-Original-Sender: mails@thomasbley.de X-Host-Fingerprint: 85.13.137.24 dd15934.kasserver.com Linux 2.6 Received: from [85.13.137.24] ([85.13.137.24:60943] helo=dd15934.kasserver.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/81-24198-D1FDB735 for ; Tue, 20 May 2014 19:02:53 -0400 Received: from dd15934.kasserver.com (dd0802.kasserver.com [85.13.143.1]) by dd15934.kasserver.com (Postfix) with ESMTPSA id E326826082D; Wed, 21 May 2014 01:02:49 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-SenderIP: 95.91.211.211 User-Agent: ALL-INKL Webmail 2.11 In-Reply-To: References: <537BC669.2030704@sugarcrm.com> To: yohgaki@ohgaki.net Cc: internals@lists.php.net Message-ID: <20140520230249.E326826082D@dd15934.kasserver.com> Date: Wed, 21 May 2014 01:02:49 +0200 (CEST) Subject: Re: [PHP-DEV] Re: 64bit and phpng, votes and plans From: mails@thomasbley.de Hello Yasuo, I know a lot of companies that switched (or plan to switch) to 5.5 only because of better performance. Regards, Thomas Yasuo Ohgaki wrote on 21.05.2014 00:35: > Hi Stas, > > On Wed, May 21, 2014 at 6:17 AM, Stas Malyshev wrote: > >> > 64bit int if int is 64bit. I prefer consistency, so array int key is >> better >> > to support >> > 64bit int key. IMHO. >> >> Given that 99.9999% of PHP users will never need it, but 100% of PHP >> users will pay in performance for each size increase, we need to be >> careful here. "Consistency" is not more magic word than "security". >> >> > Similar argument applies to string also. It would be WTF, when users try >> to >> > access string offset over 32bit values. Data dealt with PHP is getting >> > larger >> > and larger. It would be an issue sooner or later. >> >> Not likely, unless somehow PHP becomes language of choice for processing >> big data. Which I don't see exactly happening. But if it ever happens, >> we can deal with it then. > > > I think many people don't like PHP and/or switching to other languages are > concerned > about consistency as language. Users will just switch tool, so these would > be issues. > We just loose users(I mean we loose developers). > > I'm really concerned about performance as much as security/consistency like > you. > However, average web developers are not. Most developers prefer large and > slow > web app frameworks. This is the reality. I think we must face our > users(developers). > > Regards, > > -- > Yasuo Ohgaki > yohgaki@ohgaki.net >