Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130684 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by lists.php.net (Postfix) with ESMTPS id 6688F1A00BC for ; Wed, 22 Apr 2026 16:27:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1776875225; bh=9i9bdedzcxFPJj9eteDQ5TlBosnpbFYsXE2OAI3CVLc=; h=Date:From:To:Subject:From; b=MDKOAj9nvbxoncp5Lf+cWJI3pDVRHjarmfx2fj9UXM1MyJ/Mb1UA/O8UqWW2/GPkg DUiSVLtfMapOT5gTF1PRI7EpxFTx+RxYO8UEtJMHiFLUQ2VU+er8SuKrs91eg/cO6k iG3i+vZzF0F8aIhbTysOG6rrWOWHFr6Dtanrfd2+oswDpTMiou52m1tnB4HvPIVXo3 JBWnZPksej3imSXT2cxasnguIipCdrq2J/DTbzHU8JOjeivbiroiZcO3idwBXp92rY x+7xcgsSuqSQ/jJsZEg+1GIedGzbVdIfMzNz60os8b6BhHBhbAlzd8of1OKnNXYWIm 6wZ8bA6aGlz7w== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 1A23A180032 for ; Wed, 22 Apr 2026 16:27:02 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, T_SPF_TEMPERROR autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from mail.xdebug.org (mail.xdebug.org [176.126.244.128]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 22 Apr 2026 16:27:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1776875215; bh=9i9bdedzcxFPJj9eteDQ5TlBosnpbFYsXE2OAI3CVLc=; h=Date:From:To:Subject:From; b=OY+RNUEB99gnWJEKbtUABo2Ns9MHXbTRl4CA/lemLa0utSMSUR5AHbrSVeK452LUb auEy8Psq0XiOzOGMLEBVw0QmKQf8c/Qa30opwq41sp70/05XhseIHBQnB6qzzG1i4J yhFgJw1I3syDxNXRPu1fXWp9O1cMdfg2zPCU+gbvRDAYnfcQygL+cyg5BCkWemBULk L7cF7qw/LdgabRGpoSvDHXCWdCgI2Ng7oRZmcp5+pzWkg3B4njnZQjoIdlU3MfL3Y9 3517DE2uUZwZV3Bn5rr91QDdViE9iXO+EtNIsNis7NPspzDmUR1GtoCDwioXdxbisp G+hQLCCXQkQ0A== Received: from localhost (localhost [IPv6:::1]) by mail.xdebug.org (Postfix) with ESMTPS id 5FFDA20145 for ; Wed, 22 Apr 2026 16:26:55 +0000 (UTC) Date: Wed, 22 Apr 2026 17:26:55 +0100 (BST) To: PHP Developers Mailing List Subject: [PHP-DEV] wiki maintenance Message-ID: <1d1cd2e2-ae36-0909-72ea-1e54676b203c@php.net> Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII From: derick@php.net (Derick Rethans) Hi, TLDR: wiki.php.net will be down for maintenance for about 15 minutes commencing Thursday April 23rd, 2026, from 13:00 UTC onwards. Long form: We're upgrading all our machines to a newer Debian (13), which will also have the benefit of having PHP 8.4 installed. Instead of upgrading existing machines, we are republishing each website property on a new VM, and this requires: 1. stopping the web server on the old machine 2. running a back up of the data (As things might have changed since the nightly backup run) 3. restoring the backup on the new machine 4. switching DNS to the new machine, and wait As an experiment, at the same time we are also switching to a different CDN provider for the wiki. This will not give any extra down time, and if it doesn't work out, changing back to our existing provider will not cause any downtime either, as the origin server won't be changing at the same time. I will send an email here when the DNS switch has been accomplished, but it then might take some time with some ISPs for them to refresh their own caches. If you encounter any problem afterwards, please file a ticket at https://github.com/php/infrastructure/issues using the "property: wiki" label. cheers, Derick