Skip to content

Commit 28e1021

Browse files
committed
Refactor support for sysv extensions and tidy for Windows
1 parent e25d95c commit 28e1021

1 file changed

Lines changed: 6 additions & 12 deletions

File tree

config/pkg/ext/builtin-extensions.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -306,28 +306,22 @@ ext-sqlite3:
306306
ext-sysvmsg:
307307
type: php-extension
308308
php-extension:
309-
support:
310-
Windows: 'no'
311-
BSD: wip
309+
os:
310+
- Linux
311+
- Darwin
312312
ext-sysvsem:
313313
type: php-extension
314314
php-extension:
315-
support:
316-
Windows: 'no'
317-
BSD: wip
315+
os:
316+
- Linux
317+
- Darwin
318318
ext-sysvshm:
319319
type: php-extension
320-
php-extension:
321-
support:
322-
BSD: wip
323320
ext-tidy:
324321
type: php-extension
325322
depends:
326323
- tidy
327324
php-extension:
328-
support:
329-
Windows: wip
330-
BSD: wip
331325
arg-type: with-path
332326
ext-tokenizer:
333327
type: php-extension

0 commit comments

Comments
 (0)