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
{{ message }}
This repository was archived by the owner on Jul 16, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# php-activate
2
-
Switch apt installed PHP versions within a local shell, without sudo (update-alternatives), without compiling my own PHP (phpenv). without custom PHP versions (php-versions).
2
+
Switch apt installed PHP versions within a local shell.
3
+
4
+
* No sudo is required to switch versions (in contrast to update-alternatives), so it works in IDE terminals.
5
+
* No need to compile PHP (in contrast to phpenv), just use your package manager.
6
+
* No need for manual PHP installs (in contrast to php-versions), system installed php versions are detected.
0 commit comments