The PHP development team announces the immediate availability of PHP 7.1.2,
several fixes are included in this release.
All users of 7.1 are encouraged to upgrade
Release Announcement: http://php.net/releases/7_1_2.php
Downloads: http://php.net/downloads.php
Changelog:
Results for project PHP master, build date 2017-02-16 20:28:46-08:00
commit: f3d058c
previous commit:0d450dd
revision date: 2017-02-16 17:36:09+01:00
environment:Haswell-EP
cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores,
stepping 2, LLC 45 MB
Hi Dmitry,
> -Original Message-
> From: Dmitry Stogov [mailto:dmi...@zend.com]
> Sent: Friday, February 17, 2017 1:46 PM
> To: Anatol Belski ; 'Nikita Popov' ;
> 'Xinchen Hui' ; 'Joe Watkins'
> Cc: 'PHP internals list'
> Subject: [PHP-DEV] Re: Thread safe interned strings
>
> Hi Anatol,
Hi Anatol,
Great progress!
I didn't look into the code careful yet, but the explanation looks reasonable.
For now, I see one missing part - opcache can't work completely out of the box,
because its interned string related functions are wrapped with #ifndef ZTS
Thanks. Dmitry.
__
Hi,
I was working on a patch to support interned strings in thread safe builds
of PHP. ATM there seems to be a good progress on this. The proposed patch
unifies TS/NTS builds in regard to the interned strings handling and fixes
issues in TS builds.
https://github.com/php/php-src/pull/2390
The b