Re: [PHP-DEV] PCRE jit bug with UTF-8 and lookbehind assertion

2016-02-20 Thread Ángel González
On 19/02/16 09:20, Anatol Belski wrote: Could you please write back, what is the out difference between those two commands? Thanks. Anatol In the first case, it correctly outputs «x°11» (78 c2 b0 7a). With jit enabled it produces «x�z» (78 c2 7a). That is, it is only outputting the lower byte

Re: [PHP-DEV] Re: [PHP-CVS] com php-src: Revert "Fix #71152: mt_rand() returns thedifferent values from original mt19937ar.c": ext/standard/rand.c ext/standard/tests/math/mt_rand_value.phpt

2016-02-20 Thread Leigh
I performed a similar test yesterday: https://www.reddit.com/r/lolphp/comments/46fxi8/typofixing_commit_in_mersenne_twister_rng_code_is/d05zwgg There is some discussion happening on the PR: https://github.com/php/php-src/pull/1681 On Sat, 20 Feb 2016 at 04:04 Yasuo Ohgaki wrote: > Hi all, > > O

Re: [PHP-DEV] [RFC Proposal] var keyword deprecation/removal

2016-02-20 Thread Dmitry Stogov
-1 I would prefer not to break source compatibility without a real reason. Thanks. Dmitry. From: Colin O'Dell Sent: Thursday, February 18, 2016 22:10 To: internals@lists.php.net Subject: [PHP-DEV] [RFC Proposal] var keyword deprecation/removal Hello eve