forked from norman/fusionpbx-install.sh-github-mirror
Update ioncube.sh
This commit is contained in:
11
debian/resources/ioncube.sh
vendored
11
debian/resources/ioncube.sh
vendored
@@ -39,6 +39,17 @@ elif [ ."$cpu_architecture" = ."arm" ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#set the version of php
|
||||||
|
if [ ."$os_codename" = ."buster" ]; then
|
||||||
|
php_version=7.3
|
||||||
|
fi
|
||||||
|
if [ ."$os_codename" = ."stretch" ]; then
|
||||||
|
php_version=7.1
|
||||||
|
fi
|
||||||
|
if [ ."$os_codename" = ."jessie" ]; then
|
||||||
|
php_version=7.1
|
||||||
|
fi
|
||||||
|
|
||||||
#copy the loader to the correct directory
|
#copy the loader to the correct directory
|
||||||
if [ ."$php_version" = ."5.6" ]; then
|
if [ ."$php_version" = ."5.6" ]; then
|
||||||
#copy the php extension .so into the php lib directory
|
#copy the php extension .so into the php lib directory
|
||||||
|
|||||||
Reference in New Issue
Block a user