Skip to content

Commit be8c8a9

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Update zlib test to use separate file for flock()
2 parents 5518165 + df423e4 commit be8c8a9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ext/zlib/tests/zlib_flock.txt.gz

150 Bytes
Binary file not shown.

ext/zlib/tests/zlib_wrapper_flock_basic.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Test function stream_get_meta_data on a zlib stream
44
zlib
55
--FILE--
66
<?php
7-
$f = __DIR__."/004.txt.gz";
7+
$f = __DIR__."/zlib_flock.txt.gz";
88
$h = gzopen($f,'r');
99
var_dump(flock($h, LOCK_SH));
1010
gzclose($h);

0 commit comments

Comments
 (0)