ports/opt (3.2): [notify] php: update to 5.6.15
commit 8b5c2190c70a827a3394c1d7eb23a97f92b49706 Author: Juergen Daubert <jue@jue.li> Date: Wed Nov 4 11:01:17 2015 +0100 [notify] php: update to 5.6.15 update to new major version 5.6, modules from version 5.5.x cannot be used diff --git a/php/.footprint b/php/.footprint index 0df696b..396b75c 100644 --- a/php/.footprint +++ b/php/.footprint @@ -21,12 +21,12 @@ drwxr-xr-x root/root usr/include/php/TSRM/ -rw-r--r-- root/root usr/include/php/TSRM/tsrm_config_common.h -rw-r--r-- root/root usr/include/php/TSRM/tsrm_nw.h -rw-r--r-- root/root usr/include/php/TSRM/tsrm_strtok_r.h --rw-r--r-- root/root usr/include/php/TSRM/tsrm_virtual_cwd.h -rw-r--r-- root/root usr/include/php/TSRM/tsrm_win32.h drwxr-xr-x root/root usr/include/php/Zend/ -rw-r--r-- root/root usr/include/php/Zend/zend.h -rw-r--r-- root/root usr/include/php/Zend/zend_API.h -rw-r--r-- root/root usr/include/php/Zend/zend_alloc.h +-rw-r--r-- root/root usr/include/php/Zend/zend_ast.h -rw-r--r-- root/root usr/include/php/Zend/zend_build.h -rw-r--r-- root/root usr/include/php/Zend/zend_builtin_functions.h -rw-r--r-- root/root usr/include/php/Zend/zend_closures.h @@ -79,6 +79,7 @@ drwxr-xr-x root/root usr/include/php/Zend/ -rw-r--r-- root/root usr/include/php/Zend/zend_ts_hash.h -rw-r--r-- root/root usr/include/php/Zend/zend_types.h -rw-r--r-- root/root usr/include/php/Zend/zend_variables.h +-rw-r--r-- root/root usr/include/php/Zend/zend_virtual_cwd.h -rw-r--r-- root/root usr/include/php/Zend/zend_vm.h -rw-r--r-- root/root usr/include/php/Zend/zend_vm_def.h -rw-r--r-- root/root usr/include/php/Zend/zend_vm_execute.h @@ -116,7 +117,6 @@ drwxr-xr-x root/root usr/include/php/ext/hash/ -rw-r--r-- root/root usr/include/php/ext/hash/php_hash_sha.h -rw-r--r-- root/root usr/include/php/ext/hash/php_hash_snefru.h -rw-r--r-- root/root usr/include/php/ext/hash/php_hash_tiger.h --rw-r--r-- root/root usr/include/php/ext/hash/php_hash_types.h -rw-r--r-- root/root usr/include/php/ext/hash/php_hash_whirlpool.h drwxr-xr-x root/root usr/include/php/ext/iconv/ -rw-r--r-- root/root usr/include/php/ext/iconv/php_have_bsd_iconv.h @@ -163,12 +163,16 @@ 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 +-rw-r--r-- root/root usr/include/php/ext/pdo/php_pdo_error.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 -rw-r--r-- root/root usr/include/php/ext/session/php_session.h +drwxr-xr-x root/root usr/include/php/ext/simplexml/ +-rw-r--r-- root/root usr/include/php/ext/simplexml/php_simplexml.h +-rw-r--r-- root/root usr/include/php/ext/simplexml/php_simplexml_exports.h drwxr-xr-x root/root usr/include/php/ext/spl/ -rw-r--r-- root/root usr/include/php/ext/spl/php_spl.h -rw-r--r-- root/root usr/include/php/ext/spl/spl_array.h @@ -267,6 +271,7 @@ drwxr-xr-x root/root usr/include/php/main/ -rw-r--r-- root/root usr/include/php/main/php_output.h -rw-r--r-- root/root usr/include/php/main/php_reentrancy.h -rw-r--r-- root/root usr/include/php/main/php_scandir.h +-rw-r--r-- root/root usr/include/php/main/php_stdint.h -rw-r--r-- root/root usr/include/php/main/php_streams.h -rw-r--r-- root/root usr/include/php/main/php_syslog.h -rw-r--r-- root/root usr/include/php/main/php_ticks.h diff --git a/php/.md5sum b/php/.md5sum index 33ecb87..8fa5571 100644 --- a/php/.md5sum +++ b/php/.md5sum @@ -1 +1 @@ -ef6d848756ea9d19b7a7e1a9d824d7c1 php-5.5.30.tar.xz +c726a86238017c2d9db0171b14d300e7 php-5.6.15.tar.xz diff --git a/php/Pkgfile b/php/Pkgfile index 0c39618..8ee59a8 100644 --- a/php/Pkgfile +++ b/php/Pkgfile @@ -4,7 +4,7 @@ # Depends on: readline libpcre libxml2 curl db gdbm xz name=php -version=5.5.30 +version=5.6.15 release=1 source=(http://php.net/distributions/php-$version.tar.xz)
participants (1)
-
crux@crux.nu