File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,14 @@ PHP NEWS
6
6
. Fixed bug #80121 (Null pointer deref if CurlHandle directly instantiated).
7
7
(Nikita)
8
8
9
- - SPL.
9
+ - SPL:
10
10
. Fixed bug #65387 (Circular references in SPL iterators are not garbage
11
11
collected). (Nikita)
12
12
13
+ - Standard:
14
+ . Fixed bug #64060 (lstat_stat_variation7.phpt fails on certain file systems).
15
+ (M. Voelker, cmb)
16
+
13
17
01 Oct 2020, PHP 8.0.0rc1
14
18
15
19
- CLI:
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ $old_stat = stat($file_name);
18
18
clearstatcache ();
19
19
$ blksize = PHP_OS_FAMILY === 'Windows ' ? 4096 : $ old_stat ['blksize ' ];
20
20
fwrite ($ fh , str_repeat ("Hello World " , $ blksize ));
21
+ fclose ($ fh );
21
22
$ new_stat = stat ($ file_name );
22
23
23
24
// compare self stats
You can’t perform that action at this time.
0 commit comments