public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-php/files/
@ 2017-12-31  2:29 Michael Orlitzky
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Orlitzky @ 2017-12-31  2:29 UTC (permalink / raw
  To: gentoo-commits

commit:     a6583ef01727d84398499764315cb852a1a9d47a
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Dec 28 07:22:27 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 02:27:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6583ef0

app-eselect/eselect-php: remove unused file

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 app-eselect/eselect-php/files/php-fpm-launcher-r2 | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/app-eselect/eselect-php/files/php-fpm-launcher-r2 b/app-eselect/eselect-php/files/php-fpm-launcher-r2
deleted file mode 100644
index 3a6b2720fa6..00000000000
--- a/app-eselect/eselect-php/files/php-fpm-launcher-r2
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-. /lib/gentoo/functions.sh
-
-# If there are no arguments, then "shift" will fail (bug 626496).
-if [ $# -eq 0 ]; then
-    PHP_SLOT=$(eselect php show fpm)
-else
-    PHP_SLOT=$1
-    shift
-fi
-
-exec "/usr/$(get_libdir)/${PHP_SLOT}/bin/php-fpm" "${@}"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-php/files/
@ 2018-05-18 12:34 Aaron Bauman
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2018-05-18 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     298df540ac3800be12319fa50cd61091d961ef56
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu May 17 08:25:06 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri May 18 12:33:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298df540

app-eselect/eselect-php: remove unused file

Closes: https://github.com/gentoo/gentoo/pull/8448

 .../eselect-php/files/70_mod_php5.backcompat.conf  | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/app-eselect/eselect-php/files/70_mod_php5.backcompat.conf b/app-eselect/eselect-php/files/70_mod_php5.backcompat.conf
deleted file mode 100644
index bd79f78aa6b..00000000000
--- a/app-eselect/eselect-php/files/70_mod_php5.backcompat.conf
+++ /dev/null
@@ -1,28 +0,0 @@
-###########
-# WARNING #
-###########
-#
-# This file is provided for backwards compatibility only. The Apache
-# PHP configuration is now located in 70_mod_php.conf and requires you
-# to set -DPHP in your Apache conf.d file. Please examine
-# 70_mod_php.conf and update your Apache configuration to use -DPHP
-# instead of -DPHP5. Afterwards you may delete this file.
-#
-<IfDefine PHP5>
-	# Load the module first
-	<IfModule !mod_php5.c>
-		LoadModule php5_module    modules/libphp5.so
-	</IfModule>
-
-	# Set it to handle the files
-	# NOTE: Avoiding AddHandler/AddType for security (bug #538822)
-	# NOTE: Please read the related news item!
-	<FilesMatch "\.(php|php5|phtml)$">
-		SetHandler application/x-httpd-php
-	</FilesMatch>
-	<FilesMatch "\.phps$">
-		SetHandler application/x-httpd-php-source
-	</FilesMatch>
-
-	DirectoryIndex index.php index.phtml
-</IfDefine>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-18 12:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-31  2:29 [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-php/files/ Michael Orlitzky
  -- strict thread matches above, loose matches on Subject: below --
2018-05-18 12:34 Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox