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 9E440158041 for ; Thu, 7 Mar 2024 13:43:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD967E29BE; Thu, 7 Mar 2024 13:43:42 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2A06E29BE for ; Thu, 7 Mar 2024 13:43:42 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B323B341E1C for ; Thu, 7 Mar 2024 13:43:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3751DFCB for ; Thu, 7 Mar 2024 13:43:40 +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: <1709818942.b1e8e89eb4b21ef1b14b5eef8c1d12addab9e74d.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/php/php-8.2.16-r1.ebuild dev-lang/php/php-8.2.16.ebuild X-VCS-Directories: dev-lang/php/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: b1e8e89eb4b21ef1b14b5eef8c1d12addab9e74d X-VCS-Branch: master Date: Thu, 7 Mar 2024 13:43:40 +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: 70916286-4365-43ab-9c53-addeeb64b764 X-Archives-Hash: a84d879267480b8e3af58f5978c07db6 commit: b1e8e89eb4b21ef1b14b5eef8c1d12addab9e74d Author: Michael Orlitzky gentoo org> AuthorDate: Thu Mar 7 13:41:39 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Thu Mar 7 13:42:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e8e89e dev-lang/php: fix another implicit decl in 8.2.x Closes: https://bugs.gentoo.org/926324 Signed-off-by: Michael Orlitzky gentoo.org> dev-lang/php/{php-8.2.16.ebuild => php-8.2.16-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/php/php-8.2.16.ebuild b/dev-lang/php/php-8.2.16-r1.ebuild similarity index 99% rename from dev-lang/php/php-8.2.16.ebuild rename to dev-lang/php/php-8.2.16-r1.ebuild index 78da01537337..f27df005dc4f 100644 --- a/dev-lang/php/php-8.2.16.ebuild +++ b/dev-lang/php/php-8.2.16-r1.ebuild @@ -150,6 +150,7 @@ PATCHES=( "${FILESDIR}/php-iodbc-header-location.patch" "${FILESDIR}/php-capstone-optional.patch" "${FILESDIR}/php-8.2.8-openssl-tests.patch" + "${FILESDIR}/php-8.1.27-implicit-decls.patch" ) # ARM/Windows functions (bug 923335)