Skip to content

Commit 98dc375

Browse files
committed
Adjust mongodb and memcache installs.
1 parent ff50224 commit 98dc375

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

bin/phpi

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,23 @@ ext_dir="$prefix/lib/php/$ext_dir"
5757
# Format: [package_name]=extension_type
5858
declare -A pecl_packages=(
5959
[imagick-beta]=extension
60-
[memcache]=extension
61-
[mongo]=extension
6260
)
6361

6462
# UC: Then specify additional PECL packages for particular versions.
6563
case $version in
6664
54|55|56)
65+
pecl_packages[memcache]=extension
66+
pecl_packages[mongodb]=extension
6767
pecl_packages[xdebug]=zend_extension
6868
;;
6969
70|ma)
7070
echo "Xdebug isn't ready for this branch yet."
71+
pecl_packages[mongodb]=extension
7172
;;
7273
52|53)
7374
echo "Xdebug is no longer compatible with this branch."
75+
pecl_packages[memcache]=extension
76+
pecl_packages[mongo]=extension
7477
;;
7578
*)
7679
echo "ERROR: add $version to case statement in phpi and try again."

0 commit comments

Comments
 (0)