repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Localisation updates from http://translatewiki.net.
[mediawiki.git]
/
maintenance
/
dev
/
includes
/
require-php.sh
blob
470e6eb858d67c1d31005a87cb9955b63f45ce2d
1
# Include-able script to require that we have a known php binary we can execute
2
3
.
"
$DEV
/includes/php.sh"
4
5
if
[
"x
$PHP
"
==
"x"
-o
!
-x
"
$PHP
"
];
then
6
echo
"Local copy of PHP is not installed"
7
exit
1
8
fi