mirror of
https://github.com/php/php-src.git
synced 2025-08-20 17:34:35 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: skip where no groups available
This commit is contained in:
commit
2ab1c03186
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ Test posix_getgrnam() function : basic functionality
|
|||
--SKIPIF--
|
||||
<?php
|
||||
if (!extension_loaded('posix')) die('skip - POSIX extension not loaded');
|
||||
if (!posix_getgroups()) die('skip - groups unavailable (ci)');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue