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-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,16 @@
6
6
7
7
## Release 0.144
8
8
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
+
9
11
### Added
10
12
- Added tons of documentation
13
+
- Added mechanism to easily build custom images with custom set of PHP extensions
14
+
- Added automated PHP extension dependency resolver (order of built is always correct)
15
+
- Added Credit to contributors
11
16
12
17
### Changed
13
-
- Split out PHP extensions int separate directories
18
+
- Split out PHP extensions into separate directories
0 commit comments