From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B4E0158013 for ; Wed, 6 Dec 2023 02:02:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96C632BC01B; Wed, 6 Dec 2023 02:02:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7DA0D2BC01B for ; Wed, 6 Dec 2023 02:02:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7511133FE49 for ; Wed, 6 Dec 2023 02:02:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BF0E1317 for ; Wed, 6 Dec 2023 02:02:11 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1701828041.0b9ffc37e8a73e1e0054b38b359e1671dac517f9.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/php/metadata.xml X-VCS-Directories: dev-lang/php/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 0b9ffc37e8a73e1e0054b38b359e1671dac517f9 X-VCS-Branch: master Date: Wed, 6 Dec 2023 02:02:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6129ef9e-974e-410a-b407-b61a63360393 X-Archives-Hash: c83de6a06182f44623b9c10fd7dcfa99 commit: 0b9ffc37e8a73e1e0054b38b359e1671dac517f9 Author: Michael Orlitzky gentoo org> AuthorDate: Tue Dec 5 21:04:08 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Wed Dec 6 02:00:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b9ffc37 dev-lang/php: add USE=capstone to metadata.xml Signed-off-by: Michael Orlitzky gentoo.org> dev-lang/php/metadata.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-lang/php/metadata.xml b/dev-lang/php/metadata.xml index 07e9474b96c6..872340a0fadf 100644 --- a/dev-lang/php/metadata.xml +++ b/dev-lang/php/metadata.xml @@ -20,6 +20,10 @@ Enable the BCMath Arbitrary Precision Mathematics extension + + Support opcache JIT disassembly through + dev-libs/capstone + Enable the Command-Line Interface (CLI) SAPI