On Tue, 11 Jun 2019, Scott Dutton wrote:
> Hi all,
>
> I plan to put this to vote early next week with the two options
>
> One vote for the invalid char deprecation for php7.4 and Exception in PHP8
>
> One vote for negative numbers PHP8 only - due to BC concerns
Could you update the relevent s
Hi all,
I plan to put this to vote early next week with the two options
One vote for the invalid char deprecation for php7.4 and Exception in
PHP8
One vote for negative numbers PHP8 only - due to BC concerns
Thanks
Scott
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscrib
Hi Nikita, Derick
Thanks for your time looking at this. Not sure if this will sway you
either way, Other programming languages do handle negatives correctly,
for example (i can add this to the RFC if that helps)
Javascript - https://jsfiddle.net/c16b4usp/
Python - https://repl.it/repls/OliveB
On Thu, 23 May 2019, Nikita Popov wrote:
> On Sat, May 18, 2019 at 11:22 AM Scott Dutton wrote:
>
> > I have made some changes to base_convert which I feel would be more
> > consistent with the current PHP (warning when there are errors, and
> > not just returning the best value it can)
> >
>
On Sat, May 18, 2019 at 11:22 AM Scott Dutton wrote:
> Hi all
>
> I have made some changes to base_convert which I feel would be more
> consistent with the current PHP (warning when there are errors, and not
> just returning the best value it can)
>
> The RFC has some examples of what will change
On Tue, 21 May 2019, 06:42 Scott Dutton, wrote:
>
> Not sure if I can add and example to the RFC at this point, but I came
> across another example of this recently.
>
>
> https://gist.github.com/iansltx/4820b02ab276c3306314daaa41573445#file-getlines-php-L9
>
> // bindec() was doing weird th
Not sure if I can add and example to the RFC at this point, but I came
across another example of this recently.
https://gist.github.com/iansltx/4820b02ab276c3306314daaa41573445#file-getlines-php-L9
// bindec() was doing weird things, hence converting through hex
first
// sttrev() to
Hi all
I have made some changes to base_convert which I feel would be more
consistent with the current PHP (warning when there are errors, and not
just returning the best value it can)
The RFC has some examples of what will change.
Currently the code works but a lot of tests fail due to extr