Skip to content

Commit 057fd75

Browse files
authored
Merge pull request #371 from remicollet/issue-bitset
bitset and xattr are supported
2 parents 99d885f + 65c48ba commit 057fd75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/supported-extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The following extensions have already added support for PIE:
3131
| apfd | [m6w6/ext-apfd](https://packagist.org/packages/m6w6/ext-apfd) |
3232
| ast | [nikic/php-ast](https://packagist.org/packages/nikic/php-ast) |
3333
| bcmath | php/bcmath |
34+
| bitset | [pecl/bitset](https://packagist.org/packages/pecl/bitset) |
3435
| brotli | [kjdev/brotli](https://packagist.org/packages/kjdev/brotli) |
3536
| bz2 | php/bz2 |
3637
| calendar | php/calendar |
@@ -103,6 +104,7 @@ The following extensions have already added support for PIE:
103104
| uuid | [pecl/uuid](https://packagist.org/packages/pecl/uuid) |
104105
| vld | [derickr/vld](https://packagist.org/packages/derickr/vld) |
105106
| win32service | [win32service/win32service](https://packagist.org/packages/win32service/win32service) |
107+
| xattr | [pecl/xattr](https://packagist.org/packages/pecl/xattr) |
106108
| Xdebug | [xdebug/xdebug](https://packagist.org/packages/xdebug/xdebug) |
107109
| xlswriter | [viest/xlswriter](https://packagist.org/packages/viest/xlswriter) |
108110
| xml | php/xml |
@@ -121,7 +123,6 @@ The following extensions have had efforts started to add support for PIE:
121123
| PECL Extension | Status |
122124
|----------------|--------------------------------------------------------------------------------------------------|
123125
| base58 | ⏰ PR: [jasny/base58-php-ext#14](https://github.com/jasny/base58-php-ext/pull/14) |
124-
| Bitset | ⏰ PR: [php/pecl-numbers-bitset#16](https://github.com/php/pecl-numbers-bitset/pull/16) |
125126
| crypto | ⏰ PR: [bukka/php-crypto#43](https://github.com/bukka/php-crypto/pull/43) |
126127
| dbase | ⏰ PR: [php/pecl-database-dbase#6](https://github.com/php/pecl-database-dbase/pull/6) |
127128
| hdr_histogram | ⏰ Coming soon: [beberlei/hdrhistogram](https://packagist.org/packages/beberlei/hdrhistogram) |
@@ -318,7 +319,6 @@ The following extensions exist on PECL, but either have not added support for PI
318319
* weakreference_bc
319320
* WinBinder
320321
* WinCache
321-
* xattr
322322
* xdiff
323323
* xhprof
324324
* xmldiff

0 commit comments

Comments
 (0)