Re: [PHP-DEV] Default include_path

2019-09-25 Thread Matteo Beccati
Hi Levi, On 23/09/2019 00:21, Levi Morrison wrote: > Hello Internals, > > I think we should keep this include directory, separate it from pear, and > always create it. It is sometimes useful today, and I think in the future > it might be helpful to have it if we ever create "extensions" in PHP. >

Re: [PHP-DEV] [RFC] Union Types v2

2019-09-25 Thread Larry Garfield
On Tue, Sep 24, 2019, at 3:05 PM, Sara Golemon wrote: > On Tue, Sep 24, 2019 at 12:24 PM Claude Pache > wrote: > > The choice of supporting precisely the two literal values `null` and > `false` > > is not arbitrary: They are the two values that are the most often used as > > sentinel values (for i

Re: [PHP-DEV] RFCs should mention all BC breaks (was Re: [PHP-DEV] PHP 7.4 BC break with openssl_random_pseudo_bytes())

2019-09-25 Thread Christian Schneider
Am 25.09.2019 um 03:47 schrieb Pierre Joye : > The question is also about what is a BC break, f.e is changing error level > a BC break? or the return value on error? This seems to be a complicated question but I think if we boil it down to a guideline instead of a hard rule it is not that hard