diff options
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/Manifest.gz | bin | 8707 -> 8708 bytes | |||
-rw-r--r-- | app-eselect/eselect-php/Manifest | 1 | ||||
-rw-r--r-- | app-eselect/eselect-php/files/70_mod_php5.backcompat.conf | 28 |
3 files changed, 0 insertions, 29 deletions
diff --git a/app-eselect/Manifest.gz b/app-eselect/Manifest.gz Binary files differindex 818a392423c9..35a9c6746152 100644 --- a/app-eselect/Manifest.gz +++ b/app-eselect/Manifest.gz diff --git a/app-eselect/eselect-php/Manifest b/app-eselect/eselect-php/Manifest index 6d1356300020..6007e43c50d3 100644 --- a/app-eselect/eselect-php/Manifest +++ b/app-eselect/eselect-php/Manifest @@ -1,4 +1,3 @@ -AUX 70_mod_php5.backcompat.conf 850 BLAKE2B a907b37f6492097dfa4aa87486b0e754c1a2ec145ff32fe941303c9564e94739fa87c2687602fbaffbf943cd36ebc92e9356d21d86aff235aa7a677ac9cfc26c SHA512 eac982be5e48bab849a9b0ec11a336234daf450c7feb8d8955159108f1dfa7a91013b8b2e2c3eb39dbb8d90aa6e21877a7d955598592c40735b10ec9e8f15cad AUX php-fpm-launcher 134 BLAKE2B fdbb99bbbd0d171975aff6f55ba7c41fe152c330cfb05dff81ab033d2490af27c52b8e43e5ed1ae80ee3c6ba8a1471adb01778d6b76bdd7776845f7c93e12428 SHA512 4304ea6df7093af06f1b7df5bf5d8ed7692403cc64a5c4c516e49d36fa866b33e4815876d28cc365f5ccb1e301ef7ce9b57e15ed959a41c91fb25af7236fed29 AUX php-fpm-launcher-r3 223 BLAKE2B 80c90d2388118e6dbdceacebbc87de145e94e34a6d9691b6c3179df4f05631d904c1c3e5647dd080ff2080c346bffcb71bee96d4d4123f6c4d3be0120161c960 SHA512 9dfd36f88457a57a31c17cb251a8aeeef505f811f9ac59c5715532c3780b543034a6a9d356f4111fab1998883299ece0a68508dd3e154bc54de84ce6805bf351 AUX php-fpm.conf 29 BLAKE2B 505e957038315f8668a558f91eac2ad8ae6bc3e87db238001042ddfe7d817c1589891235d88edc91e213215b7a632fa9358795290599223097ac66f546085c1c SHA512 824e9a0d10063283357d49a81ab49bf834afd24f098482bdbaa9ab60bbad2b0dea6f5879259b73717d437626b02fb4f2d3ef68b7bcbb26bee274a7b61144720f 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 bd79f78aa6be..000000000000 --- 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> |