summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-10-05 07:08:02 +0200
committerRemi Collet <remi@remirepo.net>2018-10-05 07:08:02 +0200
commit3fc926b6e8cae1af42e25355a75e12938ff7d82b (patch)
treef494b1d38ac0f003472750192f98cdbe004ddbf8
parent2eaef8d7bfd2c67ded03076338def4b07499e9de (diff)
v1.0.9
-rw-r--r--PHPINFO30
-rw-r--r--REFLECTION27
-rw-r--r--php-pecl-vips.spec7
3 files changed, 61 insertions, 3 deletions
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 [ <persistent> extension #158 vips version 1.0.8 ] {
+Extension [ <persistent> extension #162 vips version 1.0.9 ] {
- Functions {
Function [ <internal:vips> function vips_image_new_from_file ] {
@@ -144,6 +144,31 @@ Extension [ <persistent> extension #158 vips version 1.0.8 ] {
Parameter #0 [ <required> $value ]
}
}
+ Function [ <internal:vips> function vips_cache_get_max ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:vips> function vips_cache_get_max_mem ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:vips> function vips_cache_get_max_files ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:vips> function vips_cache_get_size ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:vips> function vips_concurrency_get ] {
+
+ - Parameters [0] {
+ }
+ }
Function [ <internal:vips> 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 <remi@remirepo.net> - 1.0.9-1
+- update to 1.0.9
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.0.8-3
- rebuild for 7.3.0beta2 new ABI