On Thu, May 26, 2022 at 5:21 AM Craig Francis
wrote:
>
> It sounds like you got lucky - you have a function that has a problem with
> NULL (but I assume it's fine with an empty string?), and during your
> testing you happened to pass NULL to this function. As noted before, static
> analysis is *c
On Thursday, May 26, 2022 at 11:41 AM, Craig Francis mailto:cr...@craigfrancis.co.uk)> wrote:
> On 26 May 2022, at 15:01, Michael Babker wrote:
> > On Thu, May 26, 2022 at 7:21 AM Craig Francis
> > wrote:
> > > That said, I would still like to know about the benefits of rejecting
> > > NULL fo
Hey Julie,
On Thu, 26 May 2022 at 12:45, Juliette Reinders Folmer
wrote:
>
> I propose to open the vote on this RFC tomorrow.
Before you open the vote, please could you split the voting into two,
one for the is_callable, and one for the callable type check?
Rowan wrote in https://news-web.php.n
On 26 May 2022, at 15:01, Michael Babker wrote:
> On Thu, May 26, 2022 at 7:21 AM Craig Francis
> wrote:
>> That said, I would still like to know about the benefits of rejecting NULL
>> for `htmlspecialchars()`, in the context of that Laravel Blade patch;
>> because, if it is beneficial (vs th
PHP 8.0.20RC1 has just been released and can be downloaded from:
https://downloads.php.net/~pollita/
Or use the git tag: php-8.0.20RC1
Windows binaries are available at https://windows.php.net/qa#php-8.0
Please test it carefully, and report any bugs in the bug system:
https://bugs.php.net.
Has
On Thu, May 26, 2022 at 7:21 AM Craig Francis
wrote:
> That said, I would still like to know about the benefits of rejecting NULL
> for `htmlspecialchars()`, in the context of that Laravel Blade patch;
> because, if it is beneficial (vs the BC break), they should revert that
> patch... shouldn't
On 24 May 2022, at 09:47, Rowan Tommins wrote:
> On 23/05/2022 19:45, Craig Francis wrote:
>
>> For those against my RFC, can you take a quick look at this patch for
>> Laravel:
>>
>> https://github.com/laravel/framework/pull/36262/files#diff-15b0a3e2eb2d683222d19dfacc04c616a3db4e3d3b3517e96e19
On 12-5-2022 18:54, Juliette Reinders Folmer wrote:
After the prior discussion about the same topic:
https://externals.io/message/117342, I have created an RFC to expand
the scope of the deprecation notices being thrown for the deprecated
partially supported callables to include is_callable() a