mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +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--
|
--SKIPIF--
|
||||||
<?php
|
<?php
|
||||||
if (!extension_loaded('posix')) die('skip - POSIX extension not loaded');
|
if (!extension_loaded('posix')) die('skip - POSIX extension not loaded');
|
||||||
|
if (!posix_getgroups()) die('skip - groups unavailable (ci)');
|
||||||
?>
|
?>
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue