Commit graph

8 commits

Author SHA1 Message Date
Fomafix
9cbb8f104d Use https://www.php.net/ instead of https://secure.php.net/
Change-Id: I0acca592c6909e91b28b904da49dcbd6a43cd2a5
2019-04-12 06:44:48 +02:00
mainframe98
096c0cbd7c Update the installphp.sh script to use a supported PHP version
It has been stuck on 5.4 since it was added to the repository
in 9e25a8e32e. It also contained some typos and updating
the version required multiple changes, so that has been fixed.

Bug: T165079
Change-Id: I30b4d6d0701dc60651d3c07fd364312a78a45800
2017-11-05 00:13:40 +01:00
Daniel Friesen
21b3fde565 Make maintenance/dev/'s .sh files executable.
Change-Id: I46a2611cccf9bd7af20be5fcc497c0dacc13cbb7
2012-10-14 08:50:37 -07:00
daniel
38da56ac78 merging incoming 2012-04-16 17:24:13 +02:00
Daniel Friesen
856310a705 Follow up r102210:
- Update maintenance/dev/ to install php inside ~/.mediawiki/php instead of ~/.mwphp
- Tweak README a bit
- Move the router.php into an includes along with two helper .sh files to cut out some of the repetition
2011-12-11 19:45:15 +00:00
Daniel Friesen
f03373cf1e Allow for installation of php in ~/.mwphp and don't die if maintenance/dev/data already existsy 2011-11-06 23:49:16 +00:00
Daniel Friesen
92b5c31075 Followup r102201, quote all variables to guard against paths with spaces in them. 2011-11-06 23:13:36 +00:00
Daniel Friesen
9e25a8e32e Commit maintenance/dev/ a set of bash scripts that can quickly download php 5.4, install it in an isolated area, install a quick development copy of MediaWiki, and then start up a local webserver. 2011-11-06 22:50:32 +00:00