Skip to content

Commit e35973b

Browse files
avargitster
authored andcommitted
remote-mediawiki doc: don't hardcode Debian PHP versions
Change the hardcoded version 5 PHP versions to the version-agnostic packages. Currently Debian stable's version is 7.3, and there's a php7.3, php7.3-cli etc. package available (but no php5-*). The corresponding version-less package is a dependency package which depends on whatever the current stable version is. By not hardcoding the version these instructions won't be out of date when the next Debian/Ubuntu release happens. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 872977b commit e35973b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

contrib/mw-to-git/t/README

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ install the following packages (Debian/Ubuntu names, may need to be
1414
adapted for another distribution):
1515

1616
* lighttpd
17-
* php5
18-
* php5-cgi
19-
* php5-cli
20-
* php5-curl
21-
* php5-sqlite
17+
* php
18+
* php-cgi
19+
* php-cli
20+
* php-curl
21+
* php-sqlite
2222

2323
Principles and Technical Choices
2424
--------------------------------

0 commit comments

Comments
 (0)