[PHP-DEV] Imagick maintainers

2024-06-13 Thread Vorisek, Michael
Hello devs, is here anyone who has access to https://github.com/Imagick/imagick repo or direct contact to the maintainer? We use Imagick in our projects and I would be happy if the latest master can be released for PHP 8.3 and master adjusted for PHP-8.4/dev. If there is an interest, I can o

[PHP-DEV] Protected visibility in interface

2023-04-17 Thread Vorisek, Michael
Hello everyone, I would like to finish https://github.com/php/php-src/pull/5708 and the next step is RFC. Protected visibility in an interface should be supported to support non-public interfaces to be used together with instanceof operator in traits - example: https://github.com/php/php-src/p

Re: [PHP-DEV] Array spread append

2023-04-06 Thread Vorisek, Michael
5:01 PM To: Vorisek, Michael Cc: PHP internals Subject: Re: [PHP-DEV] Array spread append czw., 6 kwi 2023, 13:53 użytkownik Vorisek, Michael mailto:voris...@fjfi.cvut.cz>> napisał: Hi Ilija, * Are integer keys preserved? I'm assuming no, as otherwise it would be the same as `$a +

Re: [PHP-DEV] Array spread append

2023-04-06 Thread Vorisek, Michael
Hi Ilija, * Are integer keys preserved? I'm assuming no, as otherwise it would be the same as `$a + $b`. $arr[...] = $arr; should be the same as foreach ($arr as $v) { $arr[] = $v; } all other answers should be answered from this and consistency * What is the return value of the expression `$a[

[PHP-DEV] Array spread append

2023-04-05 Thread Vorisek, Michael
Hello, I would like to open a discussion for https://github.com/php/php-src/issues/10791 . [https://opengraph.githubassets.com/a23cb565cc8acac6a33ecab5d9ee68a46f046a1ffe215501673156e506695430/php/php-src/issues/10791] Array spread append · Issue #10791