[PHP-DEV] PHP 7.3.0RC1 is available for testing

2018-09-13 Thread Christoph M. Becker
Hi all! The PHP team is glad to announce the release of the next PHP 7.3.0 pre-release, PHP 7.3.0RC1. The rough outline of the PHP 7.3 release cycle is specified in the PHP Wiki: . For source downloads of PHP 7.3.0RC1 please visit

[PHP-DEV] PHP 7.2.10 Released

2018-09-13 Thread Remi Collet
Hi, The PHP development team announces the immediate availability of PHP 7.2.10. This is a security release which also contains several minor bug fixes. All PHP 7.2 users are encouraged to upgrade to this version. For source downloads of PHP 7.2.10 please visit our downloads page. Windows binari

Re: [PHP-DEV] fputcsv() and $escape character

2018-09-13 Thread Christoph M. Becker
On 09.09.2018 at 16:55, Theodore Brown wrote: > On Friday, Sep. 22, 2017 at 5:09 PM Christoph M. Becker > wrote: > There are several bug reports regarding "broken" `fputcsv()` behavior in our tracker, namely, because the $escape parameter causes unexpected results. For instance:

[PHP-DEV] PHP 7.0.32 is available

2018-09-13 Thread Anatol Belski
Hi, The PHP development team announces the immediate availability of PHP 7.0.32. This is a security release. One security bug has been fixed in this release. All PHP 7.0 users are encouraged to upgrade to this version. For source downloads of PHP 7.0.32 please visit our downloads page: http://ww

[PHP-DEV] PHP 7.1.22 Released

2018-09-13 Thread Sara Golemon
Hi, The PHP development team announces the immediate availability of PHP 7.1.22. This is a security release which also contains several minor bug fixes. All PHP 7.1 users are encouraged to upgrade to this version. For source downloads of PHP 7.1.22 please visit our downloads page. Windows binari

Re: [PHP-DEV] fputcsv() and $escape character

2018-09-13 Thread Theodore Brown
On Thursday, September 13, 2018 at 7:30 AM Christoph M. Becker wrote: >> Ironically, the League/Csv library uses `fputcsv()` behind the scenes, >> and thus suffers from the same escape character problem >> (see https://github.com/thephpleague/csv/issues/307). >> >> Is there any chance `fputcsv()

Re: [PHP-DEV] fputcsv() and $escape character

2018-09-13 Thread Christoph M. Becker
On 13.09.2018 at 17:55, Theodore Brown wrote: > On Thursday, September 13, 2018 at 7:30 AM Christoph M. Becker > wrote: > >> I've submitted . > > Thanks so much for your work on this! Do you know if the patch can be > included in PHP 7.3? > > If the p

[PHP-DEV] PHP 5.6.38 is available

2018-09-13 Thread Ferenc Kovacs
Hello! The PHP development team announces the immediate availability of PHP 5.6.38. This is a security release. One security bug have been fixed in this release. All PHP 5.6 users are encouraged to upgrade to this version. For source downloads of PHP 5.6.38 please visit our downloads page: http:/

Re: [PHP-DEV] fputcsv() and $escape character

2018-09-13 Thread 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.