Skip to content

Commit 8b6b0dd

Browse files
committed
NEWS+UPGRADING
1 parent b7a2c69 commit 8b6b0dd

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ PHP NEWS
3434
. Support reference values in Phar::mungServer(). (ndossche)
3535
. Invalid values now throw in Phar::mungServer() instead of being silently
3636
ignored. (ndossche)
37+
. Support overridden methods in SplFileInfo for getMTime() and getPathname()
38+
when building a phar. (ndossche)
3739

3840
- Reflection:
3941
. Fixed bug GH-20217 (ReflectionClass::isIterable() incorrectly returns true

UPGRADING

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ PHP 8.6 UPGRADE NOTES
3737
IntlNumberRangeFormatter::IDENTITY_FALLBACK_RANGE identity fallbacks.
3838
It is supported from icu 63.
3939

40+
- Phar:
41+
. Overriding the getMTime() and getPathname() methods of SplFileInfo now
42+
influences the result of the phar buildFrom family of functions.
43+
This makes it possible to override the timestamp and names of files.
44+
4045
- Streams:
4146
. Added stream socket context option so_reuseaddr that allows disabling
4247
address reuse (SO_REUSEADDR) and explicitly uses SO_EXCLUSIVEADDRUSE on

0 commit comments

Comments
 (0)