Skip to content

Commit 7a0df15

Browse files
committed
lower min vips version to 8.2
8.2 added vips_bandjoin_const(), which php-vips needs see #4
1 parent fb5a625 commit 7a0df15

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
vips extension changelog
22

3+
dev
4+
---
5+
* Lower min vips version to 8.2, see #4
6+
37
Version 1.0.2 (2016-12-06)
48
--------------------------
59
* vips_image_write_to_file() was not setting options, see #3

config.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ dnl config.m4 for extension vips
44
PHP_ARG_WITH(vips, for vips support,
55
[ --with-vips Include vips support])
66

7-
VIPS_MIN_VERSION=8.3
7+
# 8.2 added vips_bandjoin_const(), which php-vips needs
8+
VIPS_MIN_VERSION=8.2
89

910
if test x"$PHP_VIPS" != x"no"; then
1011
if ! pkg-config --atleast-pkgconfig-version 0.2; then

0 commit comments

Comments
 (0)