Re: [PHP-DEV] [VOTE] Add PDO function: mysqlGetWarningCount

2021-07-26 Thread Kalle Sommer Nielsen
Den man. 26. jul. 2021 kl. 15.49 skrev Peter Cowburn : > This date has passed, yet the vote is still ongoing. > Daniel, could you please close the vote and do the usual follow up tasks? > If Daniel is unavailable, what is the process for *someone else* doing > those things? I took the liberty to

Re: [PHP-DEV] [VOTE] Add PDO function: mysqlGetWarningCount

2021-07-26 Thread Ryan Jentzsch
Is there a process in place for RFCs that address bugs in bugs.php.net if they have a passing vote to mark the bug as "FIXED in version xx.xx.xx" or if the RFC doesn't pass mark the bug as "WONTFIX"? On Mon, Jul 26, 2021 at 6:49 AM Peter Cowburn wrote: > > > > On Jul 6, 2021, at 08:34, Daniel

Re: [PHP-DEV] array_merge() inside looping optimization

2021-07-26 Thread Claude Pache
> Le 26 juil. 2021 à 15:41, Sara Golemon a écrit : > > A much more direct and maintainable solution would be to introduce a new > function that intentionally modifies by reference. That function already exists, it is `array_push()`: `$x = array_merge($x, $y);` → `array_push($x, ...$y)`

Re: [PHP-DEV] [RFC] Nullable intersection types

2021-07-26 Thread Sara Golemon
On Fri, Jul 23, 2021 at 4:58 AM Nicolas Grekas wrote: > https://wiki.php.net/rfc/nullable_intersection_types > > I've commented on the PR and in R11 a bit already, but I'd like to state my position here for the record. I do see the value in having nullability, but I can't disagree enough with

Re: [PHP-DEV] array_merge() inside looping optimization

2021-07-26 Thread Sara Golemon
On Sun, Jul 25, 2021 at 4:35 PM David Rodrigues wrote: > Anyway, I don't know if this is actually possible, or if the cost-benefit > would be better than what there is today. But I believe it is a path to be > thought of. > Sadly, no. The function doesn't know where the variable is going to be

Re: [PHP-DEV] [VOTE] Add PDO function: mysqlGetWarningCount

2021-07-26 Thread Peter Cowburn
> > On Jul 6, 2021, at 08:34, Daniel Beardsley wrote: Voting will be open till 2020-07-21 > This date has passed, yet the vote is still ongoing. Daniel, could you please close the vote and do the usual follow up tasks? If Daniel is unavailable, what is the process for *someone else* doing