php: update to 5.6.16
This commit is contained in:
parent
902da324e5
commit
35ae69d5cd
@ -316,10 +316,11 @@ drwxr-xr-x root/root usr/lib/php/extensions/
|
||||
-rwxr-xr-x root/root usr/lib/php/extensions/opcache.so
|
||||
-rwxr-xr-x root/root usr/lib/php/extensions/openssl.so
|
||||
-rwxr-xr-x root/root usr/lib/php/extensions/zip.so
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/phar.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/phar.phar.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/php-config.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/php.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/phpize.1.gz
|
||||
drwxr-xr-x root/root usr/php/
|
||||
drwxr-xr-x root/root usr/php/man/
|
||||
drwxr-xr-x root/root usr/php/man/man1/
|
||||
-rw-r--r-- root/root usr/php/man/man1/phar.1.gz
|
||||
-rw-r--r-- root/root usr/php/man/man1/phar.phar.1.gz
|
||||
-rw-r--r-- root/root usr/php/man/man1/php-config.1.gz
|
||||
-rw-r--r-- root/root usr/php/man/man1/php.1.gz
|
||||
-rw-r--r-- root/root usr/php/man/man1/phpize.1.gz
|
||||
|
@ -1 +1 @@
|
||||
c726a86238017c2d9db0171b14d300e7 php-5.6.15.tar.xz
|
||||
3f1d999ed1f9cb5713c9a0161c557f2f php-5.6.16.tar.xz
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: readline libpcre libxml2 curl db gdbm xz
|
||||
|
||||
name=php
|
||||
version=5.6.15
|
||||
version=5.6.16
|
||||
release=1
|
||||
source=(http://php.net/distributions/php-$version.tar.xz)
|
||||
|
||||
@ -12,7 +12,7 @@ build () {
|
||||
cd php-$version
|
||||
|
||||
local PHP_CONFIG="
|
||||
--prefix=/usr --mandir=/usr/man \
|
||||
--prefix=/usr \
|
||||
--with-config-file-path=/etc/php \
|
||||
--with-config-file-scan-dir=/etc/php/conf.d \
|
||||
--with-zlib \
|
||||
|
Loading…
x
Reference in New Issue
Block a user