File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments