From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 12 Aug 2021 13:16:09 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mE8gz-0008WU-2t for lore@lore.pengutronix.de; Thu, 12 Aug 2021 13:16:09 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mE8gy-0000Xs-NK; Thu, 12 Aug 2021 13:16:08 +0200 Received: from mx-relay03-hz2.antispameurope.com ([83.246.65.89]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mE8gb-0000Wk-HP for ptxdist@pengutronix.de; Thu, 12 Aug 2021 13:15:49 +0200 Received: from b2b-92-50-72-125.unitymedia.biz ([92.50.72.125]) by mx-relay03-hz2.antispameurope.com; Thu, 12 Aug 2021 13:15:44 +0200 Received: from eks-ex.eks-engel.local (192.168.100.30) by eks-ex.eks-engel.local (192.168.100.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Thu, 12 Aug 2021 13:15:39 +0200 Received: from eks-ex.eks-engel.local ([fe80::edcf:a503:f742:6853]) by eks-ex.eks-engel.local ([fe80::edcf:a503:f742:6853%4]) with mapi id 15.01.2242.008; Thu, 12 Aug 2021 13:15:39 +0200 From: "Gieseler, Christian" To: "ptxdist@pengutronix.de" Thread-Topic: [ptxdist] [PATCH 2/5] php: reanimate PHP as PHP8 Thread-Index: AQHXj2aHr3tjgM/rbEqX2++Z0M7QNqtvtx3g Date: Thu, 12 Aug 2021 11:15:39 +0000 Message-ID: <30221c24c7b44352890f94c776af0101@eks-engel.de> References: <20210812104015.19563-1-jbe@pengutronix.de> <20210812104015.19563-2-jbe@pengutronix.de> In-Reply-To: <20210812104015.19563-2-jbe@pengutronix.de> Accept-Language: de-DE, en-US Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.100.50] x-c2processedorg: 290e847d-2dbf-4126-92e5-262e4c411ebf MIME-Version: 1.0 X-cloud-security-sender: cg@eks-engel.de X-cloud-security-recipient: ptxdist@pengutronix.de X-cloud-security-Virusscan: CLEAN X-cloud-security-disclaimer: This E-Mail was scanned by E-Mailservice on mx-relay03-hz2.antispameurope.com with 5562F3C0BBB X-cloud-security-connect: b2b-92-50-72-125.unitymedia.biz[92.50.72.125], TLS=1, IP=92.50.72.125 X-cloud-security-Digest: fc715b4e2eb0f748a8fe312dd9d89a4b X-cloud-security: scantime:2.076 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-102.2 required=4.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_IN_WELCOMELIST,USER_IN_WHITELIST autolearn=ham autolearn_force=no version=3.4.2 Subject: Re: [ptxdist] [PATCH 2/5] php: reanimate PHP as PHP8 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Hi, > -----Urspr=FCngliche Nachricht----- > Von: ptxdist Im Auftrag von Juergen > Borleis > Gesendet: Donnerstag, 12. August 2021 12:40 > An: ptxdist@pengutronix.de > Betreff: [ptxdist] [PATCH 2/5] php: reanimate PHP as PHP8 > = > PHP5 is gone with commit f356f581e17a9474bdc01dbe3907f96558101609 > "php5: remove old package" > = > Let's try now with PHP8 instead and a minimal feature set due to limited = test > options. The remaining features can be extended on demand. > = > Signed-off-by: Juergen Borleis > --- > projectroot/etc/{php5 =3D> php8}/php.ini | 0 > rules/php8.in | 72 +++++++++++++++ > rules/php8.make | 123 +++++++++++++++++++++++++ > 3 files changed, 195 insertions(+) > rename projectroot/etc/{php5 =3D> php8}/php.ini (100%) create mode > 100644 rules/php8.in create mode 100644 rules/php8.make > = > diff --git a/projectroot/etc/php5/php.ini b/projectroot/etc/php8/php.ini > similarity index 100% rename from projectroot/etc/php5/php.ini rename to > projectroot/etc/php8/php.ini diff --git a/rules/php8.in b/rules/php8.in n= ew > file mode 100644 index 0000000..a3b498e > --- /dev/null > +++ b/rules/php8.in > @@ -0,0 +1,72 @@ > +## SECTION=3Dscripting_languages > +# php6 configuration This is probably a typo and should be php8 instead of php6. BR, Christian _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@p= engutronix.de