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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B7EFC138334 for ; Mon, 22 Oct 2018 18:24:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D0B8E085E; Mon, 22 Oct 2018 18:24:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5A43E085E for ; Mon, 22 Oct 2018 18:24:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FEDD335D0D for ; Mon, 22 Oct 2018 18:24:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0E7B3F0 for ; Mon, 22 Oct 2018 18:24:42 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1540232626.5ee37292af48dfa380c7a0bd55312208165d62d3.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5ee37292af48dfa380c7a0bd55312208165d62d3 X-VCS-Branch: master Date: Mon, 22 Oct 2018 18:24:42 +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-Archives-Salt: 4643d9f4-d9c4-4faf-ac87-4fc29b127edb X-Archives-Hash: f7e40b2dca5cac09964a1624ccea37e4 commit: 5ee37292af48dfa380c7a0bd55312208165d62d3 Author: Michał Górny gentoo org> AuthorDate: Mon Oct 22 18:16:29 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 22 18:23:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ee37292 dev-lang/php: Localize global flags used only by php Acked-by: Brian Evans gentoo.org> Signed-off-by: Michał Górny gentoo.org> dev-lang/php/metadata.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/dev-lang/php/metadata.xml b/dev-lang/php/metadata.xml index 609c0dce3af..d7d65eb7f92 100644 --- a/dev-lang/php/metadata.xml +++ b/dev-lang/php/metadata.xml @@ -7,18 +7,22 @@ Enable password hashing algorithm from app-crypt/argon2 + Add support for libbcmath Enable CLI SAPI Include gcov symbols for test coverage and lcov reports. Only useful for extension developers, and requires GCC. + Enable ctype functions Enable embed SAPI Add supports Enchant spelling library. Add fileinfo extension support Add filter extension support + Add dbm support for flat files Enable the FastCGI Process Manager SAPI Adds support for gd (bundled with PHP) Enable the hash extension + Add dbm support for .ini files Enable JSON support Add SASL support for the PHP LDAP extension @@ -31,6 +35,7 @@ Enables built-in opcode cache, replacing pecl-apc et al. + Add support for process creation functions Enable the bundled PDO extensions Enables the phar extension to provide phar archive support @@ -41,15 +46,23 @@ Include dev-libs/mm support for session storage + Add support for shared memory use + Support for SimpleXML Enable support for crypto through dev-libs/libsodium + Add support for Sybase-CT + + Support for System V-compatible inter-process communication + + Add support for the PHP file parser Enable support for dev-db/tokyocabinet db backend Enable XMLReader support Enable XMLWriter support Enable the XSL extension Enable webp support for GD in php-5.x + Add support for Web Distributed Data eXchange Enable webp support for GD in php-7.x Enable ZIP file encryption from dev-libs/libzip