Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100009 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52767 invoked from network); 22 Jul 2017 12:11:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jul 2017 12:11:34 -0000 X-Host-Fingerprint: 62.251.31.78 monitor.xs4all.nl Received: from [62.251.31.78] ([62.251.31.78:28355] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E7/0E-02884-4F043795 for ; Sat, 22 Jul 2017 08:11:33 -0400 To: internals@lists.php.net Date: Sat, 22 Jul 2017 14:11:29 +0200 Message-ID: <7if6nc58sm3l041v6o0dqplj34kd7ehla0@4ax.com> X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 62.251.31.78 Subject: Status of thread safety in PHP 7.0 & 7.1 ZTS? From: phpdev@ehrhardt.nl (Jan Ehrhardt) Quoting https://twitter.com/krakjoe/status/887743571515912196 >Just FYI ... Thread safety in PHP 7.0 and 7.1 is broken: If you are >using ZTS upgrade to 7.2 ... peril awaits those who ignore this warning Should we ditch PHP 7.0 ZTS and PHP 7.1 ZTS? I ran into this while discussing the pthreads extension: https://github.com/krakjoe/pthreads/pull/720#issuecomment-317177130 -- Jan