> How common is it in the wild? I am pretty sure I've used it myself
without really thinking many times, which I suspect is common. Knowing how
much code would be impacted would determine how we'd go about deprecating
it and on what timeline.
I'm not sure how would be possible to find out. I sup
On Fri, May 19, 2023, at 8:49 PM, Jorg Sowa wrote:
> Hello everyone,
>
> I would like to propose the deprecation of the constants DATE_ISO8601,
> DateTimeInterface::ISO8601 and DateTimeInterface::RFC7231, DATE_RFC7231.
>
> Arguments for deprecating DATE_ISO8601:
> - outdated format, standard has be
On Fri, May 19, 2023, at 6:55 PM, Robert Landers wrote:
> I'd also like to add that I like the 'hands-off' approach that PHP has
> taken in the past. I'm not a fan of some of the PSRs. I literally had
> someone tell me a few months ago that I would never be a 'real
> programmer' because I used tabs
Hello everyone,
I would like to propose the deprecation of the constants DATE_ISO8601,
DateTimeInterface::ISO8601 and DateTimeInterface::RFC7231, DATE_RFC7231.
Arguments for deprecating DATE_ISO8601:
- outdated format, standard has been changed while ago
- incompatible with format ISO8601_EXPANDE
On Mon, May 8, 2023, at 9:38 PM, Larry Garfield wrote:
> Ilija Tovilo and I would like to offer another RFC for your
> consideration. It's been a while in coming, and we've evolved the
> design quite a bit just in the last week so if you saw an earlier draft
> of it in the past few months, I wo
I'd also like to add that I like the 'hands-off' approach that PHP has
taken in the past. I'm not a fan of some of the PSRs. I literally had
someone tell me a few months ago that I would never be a 'real
programmer' because I used tabs instead of spaces which is against the
PSR-12 spec (which is my
On Fri, May 19, 2023, at 2:02 PM, Rowan Tommins wrote:
> On Fri, 19 May 2023 at 08:45, Arvids Godjuks
> wrote:
>
>> I think this whole thread can be summarized into a single statement:
>>
>> "Let's integrate PSR standards into PHP core and ship those interfaces as
>> part of the language"
>>
>
>
>
On Fri, 19 May 2023 at 08:45, Arvids Godjuks
wrote:
> I think this whole thread can be summarized into a single statement:
>
> "Let's integrate PSR standards into PHP core and ship those interfaces as
> part of the language"
>
That's one of the angles that's come up, but there are also some oth
On Fri, May 19, 2023, 09:26 Mike Schinkel wrote:
> > On May 18, 2023, at 1:34 PM, Rowan Tommins
> wrote:
> > On Thu, 18 May 2023 at 16:27, Deleu wrote:
> >> Monolog is a great example of what PHP is missing - a single library
> for a
> >> purpose. I have never worked with any other library besi