Commit 0880433e61d for php.net

commit 0880433e61d3c5c350f73f149ed1086200712177
Merge: 42f994cd05d 38e8aca77db
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date:   Sun Dec 21 13:18:47 2025 +0100

    Merge branch 'PHP-8.5'

    * PHP-8.5:
      phar: Fix SplFileInfo::openFile() in write mode

diff --cc ext/phar/phar_internal.h
index 144a3c1359f,e707fb4ca46..abdbb9a9816
--- a/ext/phar/phar_internal.h
+++ b/ext/phar/phar_internal.h
@@@ -214,8 -214,8 +214,9 @@@ typedef struct _phar_entry_info
  	zend_long                     header_offset;
  	php_stream               *fp;
  	php_stream               *cfp;
 +	enum phar_fp_type        fp_type;
  	int                      fp_refcount;
+ 	unsigned int             fileinfo_lock_count;
  	char                     *tmp;
  	phar_archive_data        *phar;
  	char                     *link; /* symbolic link to another file */