diff --git a/php/.footprint b/php/.footprint index 2899583ba..31cb94d6e 100644 --- a/php/.footprint +++ b/php/.footprint @@ -309,6 +309,8 @@ drwxr-xr-x root/root usr/lib/php/extensions/ -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 diff --git a/php/.md5sum b/php/.md5sum index 8e1ae6b04..671d6e125 100644 --- a/php/.md5sum +++ b/php/.md5sum @@ -1 +1 @@ -1e027e99e2a874310fd518e87e3947af php-5.4.17.tar.bz2 +b2e185b46b22a48a385cf21a0dc76e65 php-5.4.18.tar.bz2 diff --git a/php/Pkgfile b/php/Pkgfile index 48004524e..0be43b04a 100644 --- a/php/Pkgfile +++ b/php/Pkgfile @@ -4,7 +4,7 @@ # Depends on: readline libpcre libxml2 curl db gdbm xz name=php -version=5.4.17 +version=5.4.18 release=1 source=(http://www.php.net/distributions/php-$version.tar.bz2)