On Fri, 28 Apr 2023 at 12:01, Jakub Zelenka wrote:
>
> Hi,
>
> The vote is now open for the RFC about introduction of the PHP Technical
> Committee:
>
> https://wiki.php.net/rfc/php_technical_committee
>
> Regards
>
> Jakub
It would be also good to know why people vote no.
--
PHP Internals - PH
On Sat, Apr 29, 2023 at 9:33 AM Dan Liebner wrote:
>
> Are there any inherent problems with moving a file created with tmpfile()?
> In practice, it seems that it can be done and the file will not be deleted
> after being moved and the file handle closed.
>
> Thanks,
> Dan
I suspect it depends on
On Fri, Apr 28, 2023 at 11:48 PM Garet Claborn wrote:
> You are correct, thank you.
>
> The RFC draft has been posted to
> https://wiki.php.net/rfc/treat_enum_instances_as_values
>
> -Garet
>
>
I think this example should be "mixed" instead of "$mixed"? `public
function offsetGet($mixed $which){`
On Sat, Apr 29, 2023 at 9:54 AM Rowan Tommins
wrote:
> On 28 April 2023 21:03:26 BST, Jakub Zelenka wrote:
> >Hi,
> >
> >Thanks for the feedback even though it would be great to get it during the
> >discussion period...
>
>
> I was actually rather surprised to see this go to a vote. The initial
On 28 April 2023 21:03:26 BST, Jakub Zelenka wrote:
>Hi,
>
>Thanks for the feedback even though it would be great to get it during the
>discussion period...
I was actually rather surprised to see this go to a vote. The initial thread
only gathered a few replies, and then got swamped by a lot of
Are there any inherent problems with moving a file created with tmpfile()?
In practice, it seems that it can be done and the file will not be deleted
after being moved and the file handle closed.
Thanks,
Dan