Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102926 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61697 invoked from network); 21 Jul 2018 00:52:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jul 2018 00:52:55 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain lerdorf.com designates 209.85.218.47 as permitted sender) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.218.47 mail-oi0-f47.google.com Received: from [209.85.218.47] ([209.85.218.47:38797] helo=mail-oi0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DB/D0-47674-5E3825B5 for ; Fri, 20 Jul 2018 20:52:54 -0400 Received: by mail-oi0-f47.google.com with SMTP id v8-v6so24326962oie.5 for ; Fri, 20 Jul 2018 17:52:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lerdorf-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=2841jvzDUXwTuN4yT0YxaZmuyI3220wPEaN0sb2tKkM=; b=g8Q/inrRA2n+a/V+JEgdu/ooo/HagX48qwnTFQS26zfJ1yNug9fRdNHW+xKeLwnKHY cpao/nN61mUxTPqiBcl+SEsgq8uaS8eUPU0aJjDtjkEa8rDULTe54h5iDJBDLBz8Fh3E /FEs9MpqZWsSkz8zUQVJG4nkpmB2rX6LrXPpC9pa+jpJ1uYqUOUE4G3Ni+87cjFIi/6y MFtKkXnA6xXRJHQAH5Kpisli3Xci/cGsVee15GFk6XhFm+25emfnmENxAGU4+C78g3I2 YNyUSiU6r+de+cd94aGhe6HemGp6aoblGIPY0UuuZ1RWrnupnljMCSSaJ0zhSyOGnm+l OElg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=2841jvzDUXwTuN4yT0YxaZmuyI3220wPEaN0sb2tKkM=; b=qLSGuRVNsP8MnZif5GMay0Y39cQwXfiCrvbh8zz46GZSuYb5qPND4SfzYbWd0VW49K yPEJHl4kRdbEkA64SUCEmgD7xXNo/A4GKaMSZUUpr02mLPYu2RUC93b7xOSxkeEZ78DK cWv6xpJZ2fn3mNd0Pyz1nf/lKECaRuai8czHuQ3Czo6DrwxMriXcwcQEHPLO97D75wJa lRgdAXzql1mRu3B00YchOogT4WjsKXWHzZSCJsdHgYrxBDDv58MC6T2ngP7P3BpQdIlV bIIdgmKQ2T4Tis0+h7SdVt8bADRX5xd66Vvryv59Ri8QHVdx9FRBaVUuSFS1GwBJDCHW gNKA== X-Gm-Message-State: AOUpUlErFq7CsrxrZfR+Nyg+HITT5wxbS8AK6APH3j09yujNAVWFhMm2 VTTOiHBHgg41fhQu27M5r8tX9jOImb83elCk6Ic7cQ== X-Google-Smtp-Source: AAOMgpcwyhAAiEx3lFq+S3Q0suaGqFRR9IpaNAlZF3C3DVKKG2YrG+6TqbxLweQuVc1PQYdz0NhuUJvr4+Is0dKutTo= X-Received: by 2002:aca:c1d6:: with SMTP id r205-v6mr921489oif.20.1532134370861; Fri, 20 Jul 2018 17:52:50 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a4a:4786:0:0:0:0:0 with HTTP; Fri, 20 Jul 2018 17:52:10 -0700 (PDT) In-Reply-To: References: Date: Fri, 20 Jul 2018 20:52:10 -0400 Message-ID: To: marius adrian popa Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000ec78f0057177d4d6" Subject: Re: [PHP-DEV] bugs.php.net downtime From: rasmus@lerdorf.com (Rasmus Lerdorf) --000000000000ec78f0057177d4d6 Content-Type: text/plain; charset="UTF-8" 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) { [0]=> array(2) { [0]=> string(10) "1522170171" [1]=> string(11) "cmb@php.net" } } ["zero-data.patch"]=> array(1) { [0]=> array(2) { [0]=> string(10) "1521729404" [1]=> string(11) "cmb@php.net" } } } And the PDO query gives: array(2) { [0]=> array(3) { ["patch"]=> string(15) "fix-71630.patch" ["revision"]=> int(1522170171) ["developer"]=> string(11) "cmb@php.net" } [1]=> array(3) { ["patch"]=> string(15) "zero-data.patch" ["revision"]=> int(1521729404) ["developer"]=> string(11) "cmb@php.net" } } I will find some time to fix this in the next day or two unless someone beats me to it. -Rasmus On Thu, Jul 19, 2018 at 4:35 AM, marius adrian popa wrote: > Hello Rasmus, > > I can't access previous patches > > https://bugs.php.net/patch-display.php?bug_id=62300& > patch=0&revision=latest > > On Tue, Jul 17, 2018 at 11:38 PM, Rasmus Lerdorf > wrote: > >> I need to move bugs.php.net to another server sometime today. I won't be >> able to do it without a little bit of downtime as I have to stop new >> activity on the existing box, copy the DB over and then point DNS to the >> new box. The DNS TTL is only 5 minutes, so it shouldn't be unavailable for >> much longer than that. >> >> Hopefully the new box will be a bit quicker too. It is moving from PHP 5.5 >> to 7.2 on faster hardware. >> >> -Rasmus >> > > --000000000000ec78f0057177d4d6--