We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5a625 commit 7a0df15Copy full SHA for 7a0df15
ChangeLog
@@ -1,5 +1,9 @@
1
vips extension changelog
2
3
+dev
4
+---
5
+ * Lower min vips version to 8.2, see #4
6
+
7
Version 1.0.2 (2016-12-06)
8
--------------------------
9
* vips_image_write_to_file() was not setting options, see #3
config.m4
@@ -4,7 +4,8 @@ dnl config.m4 for extension vips
PHP_ARG_WITH(vips, for vips support,
[ --with-vips Include vips support])
-VIPS_MIN_VERSION=8.3
+# 8.2 added vips_bandjoin_const(), which php-vips needs
+VIPS_MIN_VERSION=8.2
10
if test x"$PHP_VIPS" != x"no"; then
11
if ! pkg-config --atleast-pkgconfig-version 0.2; then
0 commit comments