diff --git a/php/.footprint b/php/.footprint index 31cb94d6e..c7f90705e 100644 --- a/php/.footprint +++ b/php/.footprint @@ -43,6 +43,7 @@ drwxr-xr-x root/root usr/include/php/Zend/ -rw-r--r-- root/root usr/include/php/Zend/zend_extensions.h -rw-r--r-- root/root usr/include/php/Zend/zend_float.h -rw-r--r-- root/root usr/include/php/Zend/zend_gc.h +-rw-r--r-- root/root usr/include/php/Zend/zend_generators.h -rw-r--r-- root/root usr/include/php/Zend/zend_globals.h -rw-r--r-- root/root usr/include/php/Zend/zend_globals_macros.h -rw-r--r-- root/root usr/include/php/Zend/zend_hash.h @@ -161,6 +162,8 @@ drwxr-xr-x root/root usr/include/php/ext/pcre/ drwxr-xr-x root/root usr/include/php/ext/pdo/ -rw-r--r-- root/root usr/include/php/ext/pdo/php_pdo.h -rw-r--r-- root/root usr/include/php/ext/pdo/php_pdo_driver.h +drwxr-xr-x root/root usr/include/php/ext/phar/ +-rw-r--r-- root/root usr/include/php/ext/phar/php_phar.h drwxr-xr-x root/root usr/include/php/ext/session/ -rw-r--r-- root/root usr/include/php/ext/session/mod_files.h -rw-r--r-- root/root usr/include/php/ext/session/mod_user.h @@ -222,6 +225,7 @@ drwxr-xr-x root/root usr/include/php/ext/standard/ -rw-r--r-- root/root usr/include/php/ext/standard/php_mail.h -rw-r--r-- root/root usr/include/php/ext/standard/php_math.h -rw-r--r-- root/root usr/include/php/ext/standard/php_metaphone.h +-rw-r--r-- root/root usr/include/php/ext/standard/php_password.h -rw-r--r-- root/root usr/include/php/ext/standard/php_rand.h -rw-r--r-- root/root usr/include/php/ext/standard/php_smart_str.h -rw-r--r-- root/root usr/include/php/ext/standard/php_smart_str_public.h @@ -248,7 +252,6 @@ drwxr-xr-x root/root usr/include/php/main/ -rw-r--r-- root/root usr/include/php/main/SAPI.h -rw-r--r-- root/root usr/include/php/main/build-defs.h -rw-r--r-- root/root usr/include/php/main/fopen_wrappers.h --rw-r--r-- root/root usr/include/php/main/logos.h -rw-r--r-- root/root usr/include/php/main/php.h -rw-r--r-- root/root usr/include/php/main/php_compat.h -rw-r--r-- root/root usr/include/php/main/php_config.h @@ -256,7 +259,6 @@ drwxr-xr-x root/root usr/include/php/main/ -rw-r--r-- root/root usr/include/php/main/php_getopt.h -rw-r--r-- root/root usr/include/php/main/php_globals.h -rw-r--r-- root/root usr/include/php/main/php_ini.h --rw-r--r-- root/root usr/include/php/main/php_logos.h -rw-r--r-- root/root usr/include/php/main/php_main.h -rw-r--r-- root/root usr/include/php/main/php_memory_streams.h -rw-r--r-- root/root usr/include/php/main/php_network.h @@ -305,6 +307,7 @@ drwxr-xr-x root/root usr/lib/php/extensions/ -rwxr-xr-x root/root usr/lib/php/extensions/curl.so -rwxr-xr-x root/root usr/lib/php/extensions/dba.so -rwxr-xr-x root/root usr/lib/php/extensions/mbstring.so +-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/ diff --git a/php/.md5sum b/php/.md5sum index 1a8d53a5a..cd1b2d604 100644 --- a/php/.md5sum +++ b/php/.md5sum @@ -1 +1 @@ -3dcf021e89b039409d0b1c346b936b5f php-5.4.21.tar.bz2 +1472b1f968a2a4ae8b26f3134a116011 php-5.5.6.tar.bz2 diff --git a/php/Pkgfile b/php/Pkgfile index 2f75ff8a4..fbd313ca1 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.21 +version=5.5.6 release=1 source=(http://www.php.net/distributions/php-$version.tar.bz2)