summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-26 17:30:07 +0200
committerRemi Collet <remi@remirepo.net>2019-09-26 17:30:07 +0200
commit004b9023f1cd14ee6f675b9591117064a0801880 (patch)
treeceaaa3cbfdadcc357a9844626e42287f67828bb7
parent8dc266b731ff76eb92ed39a3a4cfa2061335d1d8 (diff)
v1.0.10
-rw-r--r--PHPINFO15
-rw-r--r--REFLECTION8
-rw-r--r--php-pecl-vips.spec7
3 files changed, 20 insertions, 10 deletions
diff --git a/PHPINFO b/PHPINFO
index b5494e3..c098bf0 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,18 +2,18 @@
vips
vips property => value
-Vips headers version => 8.7.0
-Vips library version => 8.7.0
-Vips ABI version => 51.0.9
+Vips headers version => 8.8.3
+Vips library version => 8.8.3
+Vips ABI version => 53.2.11
Major version => 8
-Minor version => 7
-Micro version => 0
+Minor version => 8
+Micro version => 3
Cache max mem => 104857600
Cache max operations => 1000
Cache current operations => 0
Cache max open files => 100
-Concurrency => 8
-SIMD support with liborc => yes
+Concurrency => 16
+SIMD support with liborc => no
JPEG support => yes
PNG support => yes
TIFF support => yes
@@ -25,6 +25,7 @@ load PDF => yes
load SVG => yes
FITS support => yes
WebP support => yes
+HEIF support => yes
load with libMagick => yes
Text rendering support => yes
ICC profile support with lcms => yes
diff --git a/REFLECTION b/REFLECTION
index a780048..a905d6e 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #162 vips version 1.0.9 ] {
+Extension [ <persistent> extension #167 vips version 1.0.10 ] {
- Functions {
Function [ <internal:vips> function vips_image_new_from_file ] {
@@ -61,6 +61,12 @@ Extension [ <persistent> extension #162 vips version 1.0.9 ] {
Parameter #0 [ <required> $image ]
}
}
+ Function [ <internal:vips> function vips_image_write_to_array ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $image ]
+ }
+ }
Function [ <internal:vips> function vips_foreign_find_load ] {
- Parameters [1] {
diff --git a/php-pecl-vips.spec b/php-pecl-vips.spec
index 5ca3ba0..58c1099 100644
--- a/php-pecl-vips.spec
+++ b/php-pecl-vips.spec
@@ -21,8 +21,8 @@
Summary: PHP extension for interfacing with libvips
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.0.9
-Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 1.0.10
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -230,6 +230,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Thu Sep 26 2019 Remi Collet <remi@remirepo.net> - 1.0.10-1
+- update to 1.0.10
+
* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.0.9-3
- rebuild for 7.4.0RC1