Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80373 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92857 invoked from network); 11 Jan 2015 17:25:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jan 2015 17:25:27 -0000 Authentication-Results: pb1.pair.com header.from=stelian.mocanita@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=stelian.mocanita@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.54 as permitted sender) X-PHP-List-Original-Sender: stelian.mocanita@gmail.com X-Host-Fingerprint: 209.85.215.54 mail-la0-f54.google.com Received: from [209.85.215.54] ([209.85.215.54:42087] helo=mail-la0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A3/81-18257-602B2B45 for ; Sun, 11 Jan 2015 12:25:26 -0500 Received: by mail-la0-f54.google.com with SMTP id pv20so20964318lab.13 for ; Sun, 11 Jan 2015 09:25:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=V0xrF/3LZ4+QvxHJUBfq3M8ReQSASwMfvjE/WSgReHA=; b=XblNlzblc2aprgHdscILrdJOxqwd+5PPfRlu+oJoHpWODdM3k43HWHnuqRqgHgxhFm INL36cgo2VFLWFBxBUjKZTLo8nx1YRknxylAvpA7M9+Wwa5+Nx6kjnB0ktSOxAMFIxQP SlIFonotOkyNpf6ujEAhFw1H+HFmt1SmSLus3ZSeaN3l8JRb4RzYucUpvOj+xSXyMVOT WJP/3rLnuikrSxiv2WfwYCCCocs/lhithZ6JKseBwiaSDlFNgZKxiarch56JFThAUXpk w+aFsnefXSFuKumofTRecPJPgIHIrsKKIO4JcDoSH3px6ittbBwCJjoJOifPUaP3cTvr KP7A== MIME-Version: 1.0 X-Received: by 10.152.203.137 with SMTP id kq9mr32438424lac.51.1420997123852; Sun, 11 Jan 2015 09:25:23 -0800 (PST) Sender: stelian.mocanita@gmail.com Received: by 10.112.99.232 with HTTP; Sun, 11 Jan 2015 09:25:23 -0800 (PST) In-Reply-To: <001f01d02da2$ac2c4a40$0484dec0$@yahoo.fr> References: <001f01d02da2$ac2c4a40$0484dec0$@yahoo.fr> Date: Sun, 11 Jan 2015 18:25:23 +0100 X-Google-Sender-Auth: Y7diFhKtSNb_I3oLfo6O8f0iEFM Message-ID: To: nf.laupretre@yahoo.fr Cc: PHP Internals List Content-Type: multipart/alternative; boundary=001a11347e52cb511e050c63ac0a Subject: Re: [PHP-DEV] [RFC] Improve array to string conversion From: stelianm@php.net (Stelian Mocanita) --001a11347e52cb511e050c63ac0a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I would vote for the first option and entirely deprecate the array to string conversion. As far as I can see there is no real world use-case for it and most of the time it does more harm than good. Stelian On Sun, Jan 11, 2015 at 2:29 PM, F & N Laupretre wrote: > Hi, > > A new RFC for PHP7 : https://wiki.php.net/rfc/array-to-string > > Not implemented yet, but the PR is available for comments : > https://github.com/php/php-src/pull/991 > > Regards > > Fran=C3=A7ois > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a11347e52cb511e050c63ac0a--