You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,18 @@
9
9
This is a massive restructuring release, which adds another layer on top of Ansible to easily manage/edit/add PHP extensions and to configure their respective order of building and loading.
10
10
11
11
### Added
12
-
- Added tons of documentation
12
+
- Added PHP extension: `lz4`
13
+
- Added PHP extension: `lzf`
14
+
- Added PHP extension: `zstd`
13
15
- Added mechanism to easily build custom images with custom set of PHP extensions
14
16
- Added automated PHP extension dependency resolver (order of built is always correct)
17
+
- Added tons of documentation
15
18
- Added Credit to contributors
16
19
17
20
### Changed
18
-
-Split out PHP extensions into separate directories
21
+
-Added serializer for Redis extension: `lz4`, `lzf` and `zstd`
19
22
- Restructured Documentation
23
+
- Split out PHP extensions into separate directories
0 commit comments