File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -57,20 +57,23 @@ ext_dir="$prefix/lib/php/$ext_dir"
57
57
# Format: [package_name]=extension_type
58
58
declare -A pecl_packages=(
59
59
[imagick-beta]=extension
60
- [memcache]=extension
61
- [mongo]=extension
62
60
)
63
61
64
62
# UC: Then specify additional PECL packages for particular versions.
65
63
case $version in
66
64
54|55|56)
65
+ pecl_packages[memcache]=extension
66
+ pecl_packages[mongodb]=extension
67
67
pecl_packages[xdebug]=zend_extension
68
68
;;
69
69
70|ma)
70
70
echo " Xdebug isn't ready for this branch yet."
71
+ pecl_packages[mongodb]=extension
71
72
;;
72
73
52|53)
73
74
echo " Xdebug is no longer compatible with this branch."
75
+ pecl_packages[memcache]=extension
76
+ pecl_packages[mongo]=extension
74
77
;;
75
78
* )
76
79
echo " ERROR: add $version to case statement in phpi and try again."
You can’t perform that action at this time.
0 commit comments