Skip to content

Commit 2f0a0c5

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: Update zlib test to use separate file for flock()
2 parents 2d45069 + cda8daa commit 2f0a0c5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
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 flock on a zlib stream
44
zlib
55
--FILE--
66
<?php
7-
$f = __DIR__."/data/test.txt.gz";
7+
$f = __DIR__."/data/zlib_flock.txt.gz";
88
$h = gzopen($f,'r');
99
var_dump(flock($h, LOCK_EX));
1010
gzclose($h);

0 commit comments

Comments
 (0)