Tim Düsterhus

Results 262 comments of Tim Düsterhus

see also: https://community.woltlab.com/thread/289596-memory-size-exhausted-bei-beitrags-bearbeitungs-vergleich/

@haszi Note that related to #3405, enum cases can also have attributes (they are class constants internally). So it's probably to take that into account right away.

This will now also be required for `RoundingMode` (and some other enums) in 8.4.

Ah and: Should the PR be renamed? It's not just a proposal at this point, no?

wow is that terrible UX. Thank you. Should the timestamp perhaps be the timestamp of the base image or the latest git commit, whichever is later, instead? That would at...

> Userland attribute classes can (will) `extend` a PHP native attribute class, if only the base `Attribute` class. No. They are all final. Non-final attributes are a effectively a bug,...

> how does the `#[AllowDynamicProperties]` attribute work, as that **_does_** apply to child classes too if the parent has the attribute... ? That attribute is setting an internal flag that...

I'm also noticing a small typo in the error message: > shm_stats_file_object struct size changed, is is part of the exported API: ensure all precautions were taken (ie: shm_stats_file version...

Thank you for the ping. Acknowledged and will try to take a look tomorrow. Also notified PHP's security team already.