Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103162 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 9230 invoked from network); 13 Sep 2018 23:19:48 -0000 Received: from unknown (HELO mail-wr1-f54.google.com) (209.85.221.54) by pb1.pair.com with SMTP; 13 Sep 2018 23:19:48 -0000 Received: by mail-wr1-f54.google.com with SMTP id v90-v6so7712157wrc.0 for ; Thu, 13 Sep 2018 12:24:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding:content-language; bh=iaUDVcUIeCzjqCPTFztqmbkjH86Xegu6Q/MhCxJEZcI=; b=BjfzNAHgRL0ROzgzpEr0InF7kayAUc4NzkbINjWktLhOpovcI8rrjAvA4ieD+YqrpH G8H8aOYGCuXhT9g+1BP6WEdRr1iXDkZCVaPBb90r08h5E5DCwqwoa7LFMsBKXD6mSD3J 4jaa+mAj4/dfuWNFUNeiHTk0p14qFtRMbC9Pocjka08wnKWO8CweED0y5QPJR+8DEB/1 /ZTayGBbFsDi9r4NZpdTeRU3YdbBGkD873dB3QZvFo70EgH8n4b54VyCUev/gITWF268 LJam0RqRtGsBhUllh0TidBEJG4HFGEcnevS4Z1tP//1CNhDyZTcM0Jwq7oZ5mWKxlWvy u4WQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=iaUDVcUIeCzjqCPTFztqmbkjH86Xegu6Q/MhCxJEZcI=; b=a5Ga4keRaAUsVkGC8KBlfscfAQNZcrtYR+erlRO+JMs7vHHusoHwRxTRGfSRnAFyfj Hhh4Lt/yopbKj9MSHlSkdpjIQ8pe08EbhUEAwPnd1XJAcRQFlxFBMyGUdxP9b0dKY4rK n7TBz/Ld3pWtJ0eaKrlVtb3AtANAGzyw1sWjIAdUko/uGIzKxYLGkH3i5O0coe+okqfK TxmRdPnZl9nUrY9dXzIHi7qEGgnU/3WZ/g78VrKjysQQYsgDFGBraaAqOqntKCkSfSkr 5Hulfj0fjfNEzp6Hwpt4XDcXlPtN6u9L8Z912s+pJIWYGMSdUHkRn0/gpI7qBTjqXcnF 1cZA== X-Gm-Message-State: APzg51CKqM7vL/E31DmYG53tH9IAuvnHoBjMiQbW4rLuSHTeHU8tG4mo frlrC3lpUTcTRDQUUOFsERXUtsOf X-Google-Smtp-Source: ANB0VdboAgh2390i42uo1j2Ej+rm2ChRspuFSUGg5tvlHkb1HfUCfa2s09mWDD+/AxI5kIXTlSsCQg== X-Received: by 2002:adf:f30b:: with SMTP id i11-v6mr7002356wro.161.1536866683553; Thu, 13 Sep 2018 12:24:43 -0700 (PDT) Received: from [192.168.0.14] (cpc84253-brig22-2-0-cust114.3-3.cable.virginm.net. [81.108.141.115]) by smtp.googlemail.com with ESMTPSA id d1-v6sm9383646wrc.52.2018.09.13.12.24.42 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Sep 2018 12:24:42 -0700 (PDT) To: internals@lists.php.net References: <7cf5adb8-0738-259e-6d1e-f966722fdae2@gmx.de> <5ca1b295-6f43-794c-f2a9-f672155cc84c@gmx.de> Message-ID: <988920f5-2fea-5f3f-f521-ac8693e70020@gmail.com> Date: Thu, 13 Sep 2018 20:24:35 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB Subject: Re: [PHP-DEV] fputcsv() and $escape character From: rowan.collins@gmail.com (Rowan Collins) On 13/09/2018 16:55, Theodore Brown wrote: > If the patch was also applied to PHP 7.2 and 7.1, we wouldn't need to add > fallback code in the League/Csv library for these versions. I understand > if this isn't possible, but I'm trying to figure out how best to approach > fixing the issue in League/Csv. Even if the fix was added to those branches, most people using those versions of PHP would not upgrade to it immediately, or at all, so the library would still need to work with and without the feature in some form. Regards, -- Rowan Collins [IMSoP]