Re: [PHP-DEV] bugs.php.net downtime

2018-07-20 Thread Rasmus Lerdorf
On Thu, Jul 19, 2018 at 4:45 PM, Hoffman, Zachary Robert wrote: > On Thu, 2018-07-19 at 22:35 +0200, Niklas Keller wrote: > > Hey Rasmus > > > > I just found this bug: https://bugs.php.net/bug.php?id=76553 > > > > Has this bug been like that before the migration, too? Or did > > something go wron

Re: [PHP-DEV] bugs.php.net downtime

2018-07-20 Thread Rasmus Lerdorf
It looks like the MDB2 -> PDO migration messed this up. There is a weird MDB2 feature fetchAll() feature that returns the first field as the associative key or something like that. Need to rewrite the code to not rely on that. The MDB2 query returns: array(2) { ["fix-71630.patch"]=> array(1) {

[PHP-DEV] Re: Improving php-src with static analyzers

2018-07-20 Thread Tom Van Looy
Hi everyone I am still regularly running Coverity scans on php-src. If you are interested do not hesitate to get access on https://scan.coverity.com/projects/php-src-tvlooy On Sun, Dec 10, 2017 at 4:19 PM Tom Van Looy wrote: > Hi folks > > I have the idea to improve the PHP source by using sta