Release 1.4.1

This commit is contained in:
Remi Collet
2025-09-17 16:13:06 +02:00
parent 1ad87b6a85
commit a6547781cd
3 changed files with 8 additions and 5 deletions

3
.gitignore vendored
View File

@@ -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

View File

@@ -20,18 +20,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>mg@iceni.pl</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="/">

View File

@@ -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)