[PHP-DEV] number_format integer + overflow

2023-07-09 Thread Marc
Hi internals, As commented in thread of "rounding integers" [1], I have opened a PR [2] for fully supporting formatting integers using "number_format" without any precision loss. Additionally, on working on it, I noticed a possible integer overflow on |$decimals |argument of the current func

Re: [PHP-DEV] Proposal: Binary type for PDO

2023-07-09 Thread Dan Ackroyd
On Fri, 7 Jul 2023 at 18:39, Calvin Buckley wrote: > > I'd like to hear any oversights, and what could be done to take this > further. I think someone needs to write some code and some tests, and see what happens. It's possible that PARAM_BINARY could be used across all of the PDO drivers that P