From 100a0aa137bf61f5d330aaf60132cb702ed923d5 Mon Sep 17 00:00:00 2001 From: Hans Wurst Date: Fri, 14 Aug 2015 23:40:42 +0200 Subject: [PATCH] committing changes in /etc after emerge run Package changes: +dev-lang/php-5.6.12 --- env.d/20php5.6 | 2 ++ php/apache2-php5.6/ext-active/opcache.ini | 1 + php/cli-php5.6/ext-active/opcache.ini | 1 + 3 files changed, 4 insertions(+) create mode 100644 env.d/20php5.6 create mode 120000 php/apache2-php5.6/ext-active/opcache.ini create mode 120000 php/cli-php5.6/ext-active/opcache.ini diff --git a/env.d/20php5.6 b/env.d/20php5.6 new file mode 100644 index 0000000..ff7a0c4 --- /dev/null +++ b/env.d/20php5.6 @@ -0,0 +1,2 @@ +MANPATH="/usr/lib64/php5.6/man/" +CONFIG_PROTECT_MASK="/etc/php/cli-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/apache2-php5.6/ext-active/" diff --git a/php/apache2-php5.6/ext-active/opcache.ini b/php/apache2-php5.6/ext-active/opcache.ini new file mode 120000 index 0000000..a5041ee --- /dev/null +++ b/php/apache2-php5.6/ext-active/opcache.ini @@ -0,0 +1 @@ +/etc/php/apache2-php5.6/ext/opcache.ini \ No newline at end of file diff --git a/php/cli-php5.6/ext-active/opcache.ini b/php/cli-php5.6/ext-active/opcache.ini new file mode 120000 index 0000000..f2fb33e --- /dev/null +++ b/php/cli-php5.6/ext-active/opcache.ini @@ -0,0 +1 @@ +/etc/php/cli-php5.6/ext/opcache.ini \ No newline at end of file