mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Update zlib test to use separate file for flock()
This commit is contained in:
BIN
ext/zlib/tests/zlib_flock.txt.gz
Normal file
BIN
ext/zlib/tests/zlib_flock.txt.gz
Normal file
Binary file not shown.
@@ -4,7 +4,7 @@ Test function stream_get_meta_data on a zlib stream
|
||||
zlib
|
||||
--FILE--
|
||||
<?php
|
||||
$f = __DIR__."/004.txt.gz";
|
||||
$f = __DIR__."/zlib_flock.txt.gz";
|
||||
$h = gzopen($f,'r');
|
||||
var_dump(flock($h, LOCK_SH));
|
||||
gzclose($h);
|
||||
|
||||
Reference in New Issue
Block a user