aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/php/php/70_mod_php5.conf
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2020-04-16 14:30:08 +0800
committerKhem Raj <raj.khem@gmail.com>2020-04-16 08:43:06 -0700
commit60c1d2eb9af1a40e79d121bbff361b4eb84dbe69 (patch)
treeb626d0946bba540bd689341c42601dde55c469c1 /meta-oe/recipes-devtools/php/php/70_mod_php5.conf
parent4ebfa9afa4d8b608999338bf38e2c8ad596aad58 (diff)
downloadmeta-openembedded-60c1d2eb9af1a40e79d121bbff361b4eb84dbe69.tar.gz
php: upgrade 7.3.11 -> 7.3.16
* upgrade to 7.3.16 * remove unuseful patches Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/php/php/70_mod_php5.conf')
-rw-r--r--meta-oe/recipes-devtools/php/php/70_mod_php5.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-oe/recipes-devtools/php/php/70_mod_php5.conf b/meta-oe/recipes-devtools/php/php/70_mod_php5.conf
deleted file mode 100644
index 1de6fb11ac..0000000000
--- a/meta-oe/recipes-devtools/php/php/70_mod_php5.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-# vim: ft=apache sw=4 ts=4
-<IfDefine PHP5>
- # Load the module first
- <IfModule !sapi_apache2.c>
- LoadModule php5_module lib/apache2/modules/libphp5.so
- </IfModule>
-
- # Set it to handle the files
- AddHandler php5-script .php .phtml .php3 .php4 .php5
- AddType application/x-httpd-php-source .phps
- DirectoryIndex index.html index.html.var index.php index.phtml
-</IfDefine>