1
0
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:
Petr Sumbera
2025-12-12 07:21:39 -05:00
committed by Ilija Tovilo
parent 7a1c2612c0
commit ce1cadba29
89 changed files with 611 additions and 372 deletions

View File

@@ -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--