Re: [PHP-DEV] [RFC] Permit trailing whitespace in numeric strings

2019-03-05 Thread Markus Fischer
Hello, On 06.03.19 01:16, Andrea Faulds wrote: https://wiki.php.net/rfc/trailing_whitespace_numerics I expect this should be an uncontroversial proposal, but maybe I'm jinxing it there. I hope you all like it. :) Thanks to Nikita for reminding me it existed and thus motivating me to pick

Re: [PHP-DEV] PHP 7.4 Release Manager Selection

2019-03-05 Thread Sebastian Bergmann
Am 06.03.2019 um 01:18 schrieb Gabriel Caruso: I'd like to suggest Peter Kokot for this role. Seconded. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Weird bitset shift offset in zend_alloc

2019-03-05 Thread Stanislav Malyshev
Hi! I've been working on running PHP with undefined behavior sanitizer (http://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html) and I've encountered a weird error while running PHP: /src/php-src/Zend/zend_alloc.c:585:9: runtime error: shift exponent 138 is too large for 64-bit type

Re: [PHP-DEV] PHP 7.4 Release Manager Selection

2019-03-05 Thread Gabriel Caruso
Em seg, 4 de mar de 2019 às 13:28, Christoph M. Becker escreveu: > Hi all! > > With the first alpha of 7.4 due in three months, I think it's time to > start the process of finding and electing release managers for the next > minor release of PHP. > > We are looking for two souls to take on this

[PHP-DEV] [RFC] Permit trailing whitespace in numeric strings

2019-03-05 Thread Andrea Faulds
Hej allihopa, Here's an RFC that's been lying in my drafts for uh… 26 months: https://wiki.php.net/rfc/trailing_whitespace_numerics I expect this should be an uncontroversial proposal, but maybe I'm jinxing it there. I hope you all like it. :) Thanks to Nikita for reminding me it existed

RE: [PHP-DEV] [RFC] JIT

2019-03-05 Thread Anatol Belski
I've uploaded a build from the latest branch state https://windows.php.net/downloads/snaps/ostc/jit-dynasm/20190305/, NTS/x64/SSE2/PGO. For PGO training, I've omitted some apps like Drupal/Symfony, as they're not yet compatible with 8.0, still a slight improvement with Zend/bench.php does show

[PHP-DEV] Merging new hash algorithm (crc32c) into PHP 7.3 and maybe 7.2?

2019-03-05 Thread Andrew Brampton
Hi, I've recently sent a pull request , to add a new hashing algorithm, specific crc32c (Castagnoli's polynomial). This variant of crc32 is heavily used by storage systems, such as iSCSI, SCTP, Btrfs, ext4, and

Re: [PHP-DEV] [RFC] JIT

2019-03-05 Thread Dmitry Stogov
JIT also works for non-ZTS PHP Windows builds now. Thanks. Dmitry. From: Anatol Belski on behalf of Anatol Belski Sent: Friday, March 1, 2019 3:47:07 PM To: Dmitry Stogov; Joe Watkins Cc: PHP internals Subject: RE: [PHP-DEV] [RFC] JIT Hi, > -Original

Re: [PHP-DEV] [VOTE] New custom object serialization mechanism

2019-03-05 Thread Nikita Popov
On Tue, Mar 5, 2019 at 1:18 PM Sebastian Bergmann wrote: > Am 01.03.2019 um 16:08 schrieb Nikita Popov: > > I have opened voting on > https://wiki.php.net/rfc/custom_object_serialization. > > The vote will be open until 2019-03-15. > > I voted "No" because this adds a third mechanism without a

Re: [PHP-DEV] [VOTE] New custom object serialization mechanism

2019-03-05 Thread Sebastian Bergmann
Am 01.03.2019 um 16:08 schrieb Nikita Popov: I have opened voting on https://wiki.php.net/rfc/custom_object_serialization. The vote will be open until 2019-03-15. I voted "No" because this adds a third mechanism without a concrete plan to phase out the existing two mechanisms. -- PHP

[PHP-DEV] Re: [VOTE] Consistent type errors for internal functions

2019-03-05 Thread Nikita Popov
On Tue, Feb 19, 2019 at 10:54 AM Nikita Popov wrote: > Hi internals, > > I've opened the vote on the > https://wiki.php.net/rfc/consistent_type_errors RFC. Voting will be open > until 2019-03-05. > > Please see https://externals.io/message/104175 for the corresponding > discussion thread. > >