mirror of
https://github.com/php/pecl-file_system-xattr.git
synced 2026-03-23 22:52:09 +01:00
Release 1.4.1
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -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="/">
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user