1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext
Niels Dossche efde160ef4 phar: Fix SplFileInfo::openFile() in write mode
This stopped working after e735d2bc3b because fp_refcount is increased,
making phar think that the file has open read pointers.
To fix this, the refcount shouldn't be increased but that would
re-introduce the previous bug.
Instead, we need to add a field that "locks" the existence of the
internal entry separate from the refcount.

Closes GH-20473.
2025-12-21 13:17:54 +01:00
..
2025-10-15 19:38:51 +02:00
2025-12-15 23:52:00 +01:00
2025-06-01 18:21:23 +02:00
2025-05-27 20:40:35 +02:00
2024-11-27 19:54:06 +00:00
2025-07-22 15:52:29 +02:00
2025-10-28 00:49:32 +01:00
2025-12-02 20:59:41 +01:00
2025-12-14 15:25:34 +00:00
2025-11-07 18:53:22 +01:00
2025-12-16 15:34:19 +01:00