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 c

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 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 thos

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

2021-07-07 Thread Dusk
On Jul 6, 2021, at 08:34, Daniel Beardsley wrote: > The proposal: >> Add a function that exposes the warning count of the most recent >> statement for MySQL: $pdo->mysqlGetWarningCount(). It returns an int >> straight from the MySQL driver. This fixes the open bug at: >> https://bugs.php.net/bug.p

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

2021-07-06 Thread Daniel Beardsley
My previous email had an ambiguous subject line. My apologies. I've moved my RFC to the voting phase. The proposal: > Add a function that exposes the warning count of the most recent statement for MySQL: $pdo->mysqlGetWarningCount(). It returns an int straight from the MySQL driver. This fixes th