diff options
| -rw-r--r-- | PHPINFO | 14 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-yaml.spec | 19 | 
3 files changed, 20 insertions, 15 deletions
@@ -0,0 +1,14 @@ + +yaml + +LibYAML Support => enabled +Module Version => 1.3.2 +LibYAML Version => 0.2.1 + +Directive => Local Value => Master Value +yaml.decode_binary => 0 => 0 +yaml.decode_timestamp => 0 => 0 +yaml.decode_php => 1 => 1 +yaml.output_canonical => 0 => 0 +yaml.output_indent => 2 => 2 +yaml.output_width => 80 => 80 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #77 yaml version 1.3.1 ] { +Extension [ <persistent> extension #83 yaml version 1.3.2 ] {    - Dependencies {      Dependency [ date (Optional) ] diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec index 1a8c052..bff7ba7 100644 --- a/php-pecl-yaml.spec +++ b/php-pecl-yaml.spec @@ -10,11 +10,7 @@  # Please, preserve the changelog entries  #  %if 0%{?scl:1} -%if "%{scl}" == "rh-php56" -%global sub_prefix more-php56- -%else  %global sub_prefix %{scl_prefix} -%endif  %scl_package       php-pecl-yaml  %endif @@ -29,7 +25,7 @@  Summary:       PHP Bindings for yaml  Name:          %{?sub_prefix}php-pecl-yaml -Version:       1.3.1 +Version:       1.3.2  Release:       1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:       MIT  Group:         Development/Languages @@ -56,14 +52,6 @@ Provides:      %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa}  = %{version}-%{relea  %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}  # Other third party repo stuff -Obsoletes:     php53-pecl-%{pecl_name}  <= %{version} -Obsoletes:     php53u-pecl-%{pecl_name} <= %{version} -Obsoletes:     php54-pecl-%{pecl_name}  <= %{version} -Obsoletes:     php54w-pecl-%{pecl_name} <= %{version} -%if "%{php_version}" > "5.5" -Obsoletes:     php55u-pecl-%{pecl_name} <= %{version} -Obsoletes:     php55w-pecl-%{pecl_name} <= %{version} -%endif  %if "%{php_version}" > "5.6"  Obsoletes:     php56u-pecl-%{pecl_name} <= %{version}  Obsoletes:     php56w-pecl-%{pecl_name} <= %{version} @@ -209,7 +197,7 @@ REPORT_EXIT_STATUS=1 \  %endif -%if 0%{?fedora} < 24 +%if 0%{?fedora} < 24 && 0%{?rhel} < 8  # when pear installed alone, after us  %triggerin -- %{?scl_prefix}php-pear  if [ -x %{__pecl} ] ; then @@ -244,6 +232,9 @@ fi  %changelog +* Sat Nov 24 2018 Remi Collet <remi@remirepo.net> - 1.3.2-1 +- update to 1.3.2 +  * Tue Aug  1 2017 Remi Collet <remi@remirepo.net> - 1.3.1-1  - Update to 1.3.1  | 
