1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 13:31:27 +02:00

Update UPGRADING [ci skip]

This commit is contained in:
Anatol Belski
2018-10-03 19:11:31 +02:00
parent 91c905e83c
commit 969fdb717a

View File

@@ -108,6 +108,15 @@ PHP 7.4 UPGRADE NOTES
12. Windows Support
========================================
- stat:
. The stat implementation has been refactored.
- An inode number is delivered and is based on the NTFS file index.
- The device number is now based on the volume serial number.
Note, that both values derived from the system and provided as is on 64-bit
systems. On 32-bit system, these values might overflow the 32-bit integer in
PHP, so they're a fake.
========================================
13. Other Changes
========================================