[PECL-CVS] [pecl-file_system-xattr] master: Release 1.4.1
[email protected] (Remi Collet)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Remi Collet (remicollet) Date: 2025-09-17T16:13:06+02:00 Commit: https://github.com/php/pecl-file_system-xattr/commit/a6547781cdad73e115f3de6c41804a1d45b7e9e5 Raw diff: https://github.com/php/pecl-file_system-xattr/commit/a6547781cdad73e115f3de6c41804a1d45b7e9e5.diff Release 1.4.1 Changed paths: M .gitignore M package.xml M php_xattr.h Diff: diff --git a/.gitignore b/.gitignore index c21ce4b..093b5f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ .deps +*.dep *.lo *.la .libs +sendpackagist Makefile Makefile.fragments Makefile.global @@ -19,6 +21,7 @@ config.nice config.status config.sub configure +configure~ configure.in configure.ac install-sh diff --git a/package.xml b/package.xml index 873da33..b5fdde2 100644 --- a/package.xml +++ b/package.xml @@ -20,18 +20,18 @@ http://pear.php.net/dtd/package-2.0.xsd"> <email>[email protected]</email> <active>yes</active> </lead> - <date>2020-04-24</date> + <date>2025-09-17</date> <version> - <release>1.4.1dev</release> + <release>1.4.1</release> <api>1.2.0</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> - <license uri="http://www.php.net/license">PHP License</license> + <license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license> <notes> -- +- functions and constants from stub </notes> <contents> <dir name="/"> diff --git a/php_xattr.h b/php_xattr.h index 779a66f..83c3425 100644 --- a/php_xattr.h +++ b/php_xattr.h @@ -21,7 +21,7 @@ extern zend_module_entry xattr_module_entry; #define phpext_xattr_ptr &xattr_module_entry -#define PHP_XATTR_VERSION "1.4.1-dev" +#define PHP_XATTR_VERSION "1.4.1" #ifdef PHP_WIN32 #define PHP_XATTR_API __declspec(dllexport)