From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 12B9F59CA5 for ; Tue, 22 Mar 2016 14:29:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A4FD21C038; Tue, 22 Mar 2016 14:29:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE03721C038 for ; Tue, 22 Mar 2016 14:29:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF59D340A42 for ; Tue, 22 Mar 2016 14:29:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D88821F2 for ; Tue, 22 Mar 2016 14:29:51 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1458656975.6fa30e3f99ef13bff1b0cbb290bd70bbc3128893.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/xdebug/xdebug-2.4.0.ebuild X-VCS-Directories: dev-php/xdebug/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 6fa30e3f99ef13bff1b0cbb290bd70bbc3128893 X-VCS-Branch: master Date: Tue, 22 Mar 2016 14:29:51 +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: 8fa50f22-77e8-4240-a0ca-ebe01006a355 X-Archives-Hash: 43be98d5a76de12dbcc2d42ffe7c13c3 commit: 6fa30e3f99ef13bff1b0cbb290bd70bbc3128893 Author: Brian Evans gentoo org> AuthorDate: Tue Mar 22 14:29:35 2016 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Mar 22 14:29:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa30e3f dev-php/xdebug: Increase max_nesting_level wrt bug 568248 Increase the setting in the generated ini to 256 to match the upstream default Package-Manager: portage-2.2.28 dev-php/xdebug/xdebug-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/xdebug/xdebug-2.4.0.ebuild b/dev-php/xdebug/xdebug-2.4.0.ebuild index e568f70..7e4b351 100644 --- a/dev-php/xdebug/xdebug-2.4.0.ebuild +++ b/dev-php/xdebug/xdebug-2.4.0.ebuild @@ -45,7 +45,7 @@ src_install() { php-ext-source-r2_addtoinifiles "xdebug.default_enable" '"1"' php-ext-source-r2_addtoinifiles "xdebug.extended_info" '"1"' php-ext-source-r2_addtoinifiles "xdebug.manual_url" '"http://www.php.net"' - php-ext-source-r2_addtoinifiles "xdebug.max_nesting_level" '"100"' + php-ext-source-r2_addtoinifiles "xdebug.max_nesting_level" '"256"' php-ext-source-r2_addtoinifiles "xdebug.show_error_trace" '"0"' php-ext-source-r2_addtoinifiles "xdebug.show_exception_trace" '"0"' php-ext-source-r2_addtoinifiles "xdebug.show_local_vars" '"0"'