Skip to content

Commit

Permalink
Add exif and imagick.
Browse files Browse the repository at this point in the history
  • Loading branch information
convissor committed Dec 1, 2012
1 parent 679d2db commit 569f6ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/phpcm
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ echo "$prefix" > phpvs-prefix.txt
--enable-bcmath \
--with-bz2 \
--with-curl \
--enable-exif \
--with-gd \
--with-jpeg-dir=/usr/lib \
--enable-mbstring \
Expand Down
1 change: 1 addition & 0 deletions bin/phpi
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ fi
# UC: First, specify which PECL packages to install for all versions.
# Format: [package_name]=extension_type
declare -A pecl_packages=(
[imagick]=extension
[memcache]=extension
[mongo]=extension
)
Expand Down

0 comments on commit 569f6ba

Please sign in to comment.