From 76041d5500368be3096a4821310d0523dfaa98ae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Apr 2020 08:32:40 +0200 Subject: update to 2.1.0 raise dependency on PHP 7.1 fix 32-bit build using patch from https://github.com/php/pecl-file_formats-yaml/pull/45 --- PHPINFO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 6619988..5bf8961 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,8 +2,8 @@ yaml LibYAML Support => enabled -Module Version => 2.0.4 -LibYAML Version => 0.2.1 +Module Version => 2.1.0 +LibYAML Version => 0.2.2 Directive => Local Value => Master Value yaml.decode_binary => 0 => 0 -- cgit