Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101066 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24743 invoked from network); 5 Nov 2017 21:37:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Nov 2017 21:37:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 84.19.169.162 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 84.19.169.162 mail.experimentalworks.net Received: from [84.19.169.162] ([84.19.169.162:48774] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C8/B7-09857-B748FF95 for ; Sun, 05 Nov 2017 16:37:00 -0500 Received: from kuechenschabe.fritz.box (ppp-46-244-189-255.dynamic.mnet-online.de [46.244.189.255]) by mail.experimentalworks.net (Postfix) with ESMTPSA id 7226468260; Sun, 5 Nov 2017 22:36:55 +0100 (CET) Message-ID: <1509917800.22186.15.camel@schlueters.de> To: Peter Kokot , Stanislav Malyshev Cc: Andreas Treichel , internals@lists.php.net Date: Sun, 05 Nov 2017 22:36:40 +0100 In-Reply-To: References: <9331841e-ea9a-652b-3b54-5dc24dbd273b@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Proposal: Rename image functions From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On So, 2017-11-05 at 14:51 +0100, Peter Kokot wrote: > Hello all, > > correct me if I'm wrong, but wouldn't be a good practice to follow > the > currently set coding standards? > https://github.com/php/php-src/blob/master/CODING_STANDARDS That is good for new code. But breaking 20 years of history for only that reason is questionable. johannes