commit
256df92c73
|
@ -72,6 +72,7 @@ uopz 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||||
uuid 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
uuid 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||||
wddx 5.5 5.6 7.0 7.1 7.2 7.3
|
wddx 5.5 5.6 7.0 7.1 7.2 7.3
|
||||||
xdebug 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
xdebug 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||||
|
xhprof 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||||
xmlrpc 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
xmlrpc 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||||
xsl 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
xsl 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||||
yaml 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
yaml 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||||
|
|
|
@ -1282,6 +1282,11 @@ installPECLModule() {
|
||||||
installPECLModule_actual="$2-5.0.2"
|
installPECLModule_actual="$2-5.0.2"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
xhprof)
|
||||||
|
if test $1 -le 506; then
|
||||||
|
installPECLModule_actual="$2-0.9.4"
|
||||||
|
fi
|
||||||
|
;;
|
||||||
yaml)
|
yaml)
|
||||||
if test $1 -lt 700; then
|
if test $1 -lt 700; then
|
||||||
installPECLModule_actual="$2-1.3.1"
|
installPECLModule_actual="$2-1.3.1"
|
||||||
|
|
Loading…
Reference in New Issue