Re: [PHP-DEV] The case for transpiled generics

2020-09-18 Thread Rowan Tommins
On Thu, 17 Sep 2020 at 20:25, Levi Morrison via internals < internals@lists.php.net> wrote: > > In summary: > - Checked at run-time (and probably also compile-time when possible): > reified generics. > - Checked only at compile-time and thrown away at run-time: erased > generics. > - Not checked a

Re: [PHP-DEV] Git workflow, PRs and php-cvs ML

2020-09-18 Thread Matteo Beccati
Hi Nikita, On 17/09/2020 20:12, Nikita Popov wrote: > Oh sorry, completely misunderstood what you were referring to. I believe > this is related to the size of the diff. Large diffs probably run into > some size limit and don't reach the php-cvs list. I don't know to be honest. From a quick look

Re: [PHP-DEV] Git workflow, PRs and php-cvs ML

2020-09-18 Thread Remi Collet
Le 17/09/2020 à 20:12, Nikita Popov a écrit : > On Wed, Sep 16, 2020 at 1:20 PM Matteo Beccati wrote: > >> Hi Nikita, >> >> On 16/09/2020 12:46, Nikita Popov wrote: >>> No, this just means that your CI is running tests that our CI doesn't. >>> In this case, you are probably using a different MySQ

Fwd: [PHP-DEV] Namespace-private class properties

2020-09-18 Thread Olle Härstedt
-- Forwarded message - From: Olle Härstedt Date: Fri, 18 Sep 2020, 11:23 Subject: Re: [PHP-DEV] Namespace-private class properties To: Michał Marcin Brzuchalski On Fri, 18 Sep 2020, 06:15 Michał Marcin Brzuchalski, < michal.brzuchal...@gmail.com> wrote: > Hi Olle, > > czw., 1

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

2020-09-18 Thread Derick Rethans
PHP 7.4.11RC1 has just been released and can be downloaded from: Or use the git tag: php-7.4.11RC1 Windows binaries are available at: Please test it carefully, and report any bugs in the bug system at .

Re: [PHP-DEV] Passing HashTable data from php.ini to an extension method: corrupted values

2020-09-18 Thread Nikita Popov
On Fri, Sep 18, 2020 at 7:02 AM Alexander Mashin wrote: > Dear all, > > I am trying to make a PHP (7.4) extension use in an extension method a > setting from php.ini (like myext.map=key1=val1,key2=val2;) parsed as an > associative array. I want the parsing to happen in > PHP_MINIT_FUNCTION(myext)