Hi,
Has PHP community thought about providing official PHP Docker images?
I'm aware there are php images available on Docker hub, but as their docs
state those are not to be confused with any official php image provided by
php upstream.
I think it would be great to have official images be releas
> On May 6, 2019, at 09:37, Steven Wade wrote:
>
> That being said, adding an interface like `ArraySerializable` might be nice
> too. I'm seeing technical arguments against adding magic casts, but (just
> spit-balling here), what if a class implemented a new `ArraySerializable`
> interace with
> On May 5, 2019, at 10:59 AM, Ben Ramsey wrote:
>
>
>> On May 4, 2019, at 09:58, Steven Wade wrote:
>>
>> Hi Internals team!
>>
>> I have an idea for a feature that I'd love to see in the language one day
>> and wanted to run the idea by you all.
>>
>> The idea is to add a new magic met