From 3fc926b6e8cae1af42e25355a75e12938ff7d82b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Oct 2018 07:08:02 +0200 Subject: v1.0.9 --- PHPINFO | 30 ++++++++++++++++++++++++++++++ REFLECTION | 27 ++++++++++++++++++++++++++- php-pecl-vips.spec | 7 +++++-- 3 files changed, 61 insertions(+), 3 deletions(-) create mode 100644 PHPINFO diff --git a/PHPINFO b/PHPINFO new file mode 100644 index 0000000..b5494e3 --- /dev/null +++ b/PHPINFO @@ -0,0 +1,30 @@ + +vips + +vips property => value +Vips headers version => 8.7.0 +Vips library version => 8.7.0 +Vips ABI version => 51.0.9 +Major version => 8 +Minor version => 7 +Micro version => 0 +Cache max mem => 104857600 +Cache max operations => 1000 +Cache current operations => 0 +Cache max open files => 100 +Concurrency => 8 +SIMD support with liborc => yes +JPEG support => yes +PNG support => yes +TIFF support => yes +GIF support => yes +OpenEXR support => yes +load OpenSlide => yes +load Matlab => yes +load PDF => yes +load SVG => yes +FITS support => yes +WebP support => yes +load with libMagick => yes +Text rendering support => yes +ICC profile support with lcms => yes diff --git a/REFLECTION b/REFLECTION index 4161c4a..a780048 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #158 vips version 1.0.8 ] { +Extension [ extension #162 vips version 1.0.9 ] { - Functions { Function [ function vips_image_new_from_file ] { @@ -144,6 +144,31 @@ Extension [ extension #158 vips version 1.0.8 ] { Parameter #0 [ $value ] } } + Function [ function vips_cache_get_max ] { + + - Parameters [0] { + } + } + Function [ function vips_cache_get_max_mem ] { + + - Parameters [0] { + } + } + Function [ function vips_cache_get_max_files ] { + + - Parameters [0] { + } + } + Function [ function vips_cache_get_size ] { + + - Parameters [0] { + } + } + Function [ function vips_concurrency_get ] { + + - Parameters [0] { + } + } Function [ function vips_version ] { - Parameters [0] { diff --git a/php-pecl-vips.spec b/php-pecl-vips.spec index 331edaf..5c05509 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.8 -Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 1.0.9 +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} @@ -223,6 +223,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Oct 5 2018 Remi Collet - 1.0.9-1 +- update to 1.0.9 + * Thu Aug 16 2018 Remi Collet - 1.0.8-3 - rebuild for 7.3.0beta2 new ABI -- cgit