Extended attributes.
This package allows to manipulate extended attributes on filesystems that support them.
License: PHP License
Version | Release | Download |
1.4.0 | 2020-04-24 | xattr-1.4.0.tgz |
1.3.1 | 2020-04-22 | xattr-1.3.1.tgz |
1.3.0 | 2016-03-07 | xattr-1.3.0.tgz |
1.3.0RC1 | 2015-09-18 | xattr-1.3.0RC1.tgz |
1.2.1 | 2015-04-19 | xattr-1.2.1.tgz |
Version | Message |
1.4.0 |
- drop dupport for PHP older than 7.2 - add type hinting in reflection |
1.3.1 | - preliminary support for PHP 8 |
1.3.0 |
- drop support for PHP older than 5.3 - use glibc instead of libattr - add XATTR_TRUSTED, XATTR_USER, XATTR_SYSTEM, XATTR_SECURITY and XATTR_ALL - allow to manage attributes in all namespaces - more tests |
1.3.0RC1 |
- drop support for PHP older than 5.3 - use glibc instead of libattr - add XATTR_TRUSTED, XATTR_USER, XATTR_SYSTEM, XATTR_SECURITY and XATTR_ALL - allow to manage attributes in all namespaces - more tests |
1.2.1 |
- PHP 7 compatibility (Remi) - add LICENSE to documentation - add arginfo for reflection (Remi) - add a test for set/get/list/remove functions (Remi) |