forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-75951 core: Update box/spout to address PHP 8.1 deprecation
This change is a direct pull from an upstream fix: openspout/openspout@64a09a7 This addresses the deprecation of auto_detect_line_endings in PHP 8.1.
- Loading branch information
1 parent
1d863c3
commit fad9666
Showing
2 changed files
with
35 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,11 @@ Description of Spout library import | |
* Only include the src/Spout directory. | ||
* Update lib/thirdpartylibs.xml with the latest version. | ||
|
||
2022/11/25 | ||
---------- | ||
Imported PHP 8.1 patch from OpenSpout/OpenSpout 4.8.1 | ||
https://github.com/openspout/openspout/commit/64a09a748d04992d63b38712599a9d8742bd77f7 | ||
|
||
2022/10/27 | ||
---------- | ||
Changes: | ||
|
@@ -36,4 +41,4 @@ by Ankit Agarwal <[email protected]> | |
2016/09/20 | ||
---------- | ||
Updated to v2.6.0 (MDL-56012) | ||
by Adrian Greeve <[email protected]> | ||
by Adrian Greeve <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters