diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-16 07:21:20 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-16 07:21:20 +0200 |
| commit | 5a6042cf63161c6ace104990d3e39d87c3ee2b6f (patch) | |
| tree | 3f4fc94a15e276b3e2d5368978078b116273e6d5 | |
| parent | 41a782e822b8fc3f30cdcef04481848bed180afc (diff) | |
update to 1.2.6
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 6 | ||||
| -rw-r--r-- | php-pecl-excimer.spec | 11 |
3 files changed, 12 insertions, 7 deletions
@@ -2,7 +2,7 @@ excimer excimer support => enabled -excimer version => 1.2.5 +excimer version => 1.2.6 Directive => Local Value => Master Value excimer.default_max_depth => 1000 => 1000 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #138 excimer version 1.2.5 ] { +Extension [ <persistent> extension #154 excimer version 1.2.6 ] { - Dependencies { } @@ -10,8 +10,8 @@ Extension [ <persistent> extension #138 excimer version 1.2.5 ] { } - Constants [2] { - Constant [ int EXCIMER_REAL ] { 0 } - Constant [ int EXCIMER_CPU ] { 1 } + Constant [ <persistent> int EXCIMER_REAL ] { 0 } + Constant [ <persistent> int EXCIMER_CPU ] { 1 } } - Functions { diff --git a/php-pecl-excimer.spec b/php-pecl-excimer.spec index 136674a..2f3707e 100644 --- a/php-pecl-excimer.spec +++ b/php-pecl-excimer.spec @@ -1,6 +1,6 @@ # spec file for php-pecl-excimer # -# SPDX-FileCopyrightText: Copyright 2021-2025 Remi Collet +# SPDX-FileCopyrightText: Copyright 2021-2026 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -12,7 +12,6 @@ %global pecl_name excimer %global ini_name 40-%{pecl_name}.ini -# segfault in test suite %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global sources %{pecl_name}-%{version} %global _configure ../%{sources}/configure @@ -20,7 +19,7 @@ Summary: Interrupting timer and low-overhead sampling profiler Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.2.5 +Version: 1.2.6 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: Apache-2.0 URL: https://pecl.php.net/package/%{pecl_name} @@ -34,10 +33,13 @@ BuildRequires: %{?scl_prefix}php-pear Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} +# Extension Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} +# PECL Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +# No PIE for now %description @@ -177,6 +179,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}/%{php_extdir}/%{pecl_name}.so" \ %changelog +* Thu Apr 16 2026 Remi Collet <remi@remirepo.net> - 1.2.6-1 +- update to 1.2.6 + * Tue May 20 2025 Remi Collet <remi@remirepo.net> - 1.2.5-1 - update to 1.2.5 - re-license spec file to CECILL-2.1 |
