php7-apache eklentisi ve düzeltme
This commit is contained in:
parent
5061ac0aa6
commit
fdcca42b21
|
@ -0,0 +1,11 @@
|
|||
<IfModule dir_module>
|
||||
<IfModule php7_module>
|
||||
DirectoryIndex index.php index.html
|
||||
<FilesMatch "\.php$">
|
||||
SetHandler application/x-httpd-php
|
||||
</FilesMatch>
|
||||
<FilesMatch "\.phps$">
|
||||
SetHandler application/x-httpd-php-source
|
||||
</FilesMatch>
|
||||
</IfModule>
|
||||
</IfModule>
|
|
@ -1,9 +1,9 @@
|
|||
# Tanım: php-apache kütüphanesi
|
||||
# URL: http://www.php.net
|
||||
# Paketçi: halityilmaz1982
|
||||
# Gerekler: php apache
|
||||
# Gerekler: php7 apache
|
||||
|
||||
isim=php-apache
|
||||
isim=php7-apache
|
||||
surum=7.1.4
|
||||
devir=1
|
||||
kaynak=(http://www.php.net/distributions/php-$surum.tar.xz apache.conf)
|
|
@ -5,14 +5,14 @@
|
|||
|
||||
isim=php7
|
||||
_isim=php
|
||||
surum=7.1.4
|
||||
surum=7.1.11
|
||||
devir=1
|
||||
|
||||
kaynak=(http://php.net/distributions/${_name}-$surum.tar.xz)
|
||||
kaynak=(http://php.net/distributions/${_isim}-$surum.tar.xz{,.asc})
|
||||
|
||||
derle() {
|
||||
|
||||
cd ${_name}-$surum
|
||||
cd ${_isim}-$surum
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
|
|
Loading…
Reference in New Issue