From 3f161e9282d0749d1097301f9e97d4bfc5df4b30 Mon Sep 17 00:00:00 2001 From: Hans Wurst Date: Sun, 30 Aug 2015 22:13:26 +0200 Subject: [PATCH] committing changes in /etc after emerge run Package changes: +dev-lang/php-5.5.28 --- env.d/20php5.5 | 2 ++ php/apache2-php5.5/ext-active/opcache.ini | 1 + php/cli-php5.5/ext-active/opcache.ini | 1 + 3 files changed, 4 insertions(+) create mode 100644 env.d/20php5.5 create mode 120000 php/apache2-php5.5/ext-active/opcache.ini create mode 120000 php/cli-php5.5/ext-active/opcache.ini diff --git a/env.d/20php5.5 b/env.d/20php5.5 new file mode 100644 index 0000000..87065d2 --- /dev/null +++ b/env.d/20php5.5 @@ -0,0 +1,2 @@ +MANPATH="/usr/lib64/php5.5/man/" +CONFIG_PROTECT_MASK="/etc/php/cli-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/apache2-php5.5/ext-active/" diff --git a/php/apache2-php5.5/ext-active/opcache.ini b/php/apache2-php5.5/ext-active/opcache.ini new file mode 120000 index 0000000..ff29d1a --- /dev/null +++ b/php/apache2-php5.5/ext-active/opcache.ini @@ -0,0 +1 @@ +/etc/php/apache2-php5.5/ext/opcache.ini \ No newline at end of file diff --git a/php/cli-php5.5/ext-active/opcache.ini b/php/cli-php5.5/ext-active/opcache.ini new file mode 120000 index 0000000..65e0dc1 --- /dev/null +++ b/php/cli-php5.5/ext-active/opcache.ini @@ -0,0 +1 @@ +/etc/php/cli-php5.5/ext/opcache.ini \ No newline at end of file