Commit 897ca4ee authored by Franco Fichtner's avatar Franco Fichtner

Revert "php: fire in the hole!"

This reverts commit 0a2187b2.
Was supposed to be a commit on master.  :)
parent 0423174a
......@@ -24,10 +24,7 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
if [ -d /usr/local/lib/php/20151012 ]; then
# PHP 7
EXTENSIONSDIR="/usr/local/lib/php/20151012/"
elif [ -d /usr/local/lib/php/20131226 ]; then
if [ -d /usr/local/lib/php/20131226 ]; then
# PHP 5.6
EXTENSIONSDIR="/usr/local/lib/php/20131226/"
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment