mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix Solaris tests and add nightly CI job
Closes GH-20709
This commit is contained in:
committed by
Ilija Tovilo
parent
7a1c2612c0
commit
ce1cadba29
@@ -1,5 +1,11 @@
|
||||
--TEST--
|
||||
Test function flock on a zlib stream
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (PHP_OS_FAMILY === 'Solaris') {
|
||||
die('skip Solaris: fcntl-based flock requires write access for LOCK_EX with read-only zlib stream');
|
||||
}
|
||||
?>
|
||||
--EXTENSIONS--
|
||||
zlib
|
||||
--FILE--
|
||||
|
||||
Reference in New Issue
Block a user