xattr: Changelog

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)
1.2.0 Fixed build on PHP 5.3+
1.1.0 Enforce open_basedir and safe_mode checks.