diff options
| -rw-r--r-- | PHPINFO | 15 | ||||
| -rw-r--r-- | REFLECTION | 8 | ||||
| -rw-r--r-- | php-pecl-vips.spec | 7 | 
3 files changed, 20 insertions, 10 deletions
@@ -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 @@ -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  | 
