SHA256
1
0
forked from pool/php8-pear

6 Commits

Author SHA256 Message Date
c71fc75a20 Accepting request 1329615 from devel:languages:php
- Update to 1.10.26
  - PEAR 1.10.28
    * don't use report_memleaks with 8.5+ (forwarded request 1329100 from adkorte)

OBS-URL: https://build.opensuse.org/request/show/1329615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8-pear?expand=0&rev=7
2026-01-29 16:43:57 +00:00
6f85c288eb - Update to 1.10.26
- PEAR 1.10.28
    * don't use report_memleaks with 8.5+

OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8-pear?expand=0&rev=13
2026-01-28 07:30:05 +00:00
ab07230eef Accepting request 1322916 from devel:languages:php
- Update to 1.10.25
  - PEAR 1.10.17
    * Fix HTTP chunked encoding handling
    * fix composer.json: typo in replace for pear_exception package
    * switch to https by default
    * Throw new Error instead of E_USER_ERROR on PHP 7.0+
    * update tests for https-first behavior
  - Archive_Tar 1.6.0
    * big file support
    * Fix return value of _writeBlock
    * Remove gzopen/gztell/gzseek shim (forwarded request 1322866 from adkorte)

OBS-URL: https://build.opensuse.org/request/show/1322916
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8-pear?expand=0&rev=6
2025-12-16 14:49:48 +00:00
eb689d3f93 - Update to 1.10.25
- PEAR 1.10.17
    * Fix HTTP chunked encoding handling
    * fix composer.json: typo in replace for pear_exception package
    * switch to https by default
    * Throw new Error instead of E_USER_ERROR on PHP 7.0+
    * update tests for https-first behavior
  - Archive_Tar 1.6.0
    * big file support
    * Fix return value of _writeBlock
    * Remove gzopen/gztell/gzseek shim

OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8-pear?expand=0&rev=11
2025-12-15 08:11:09 +00:00
16421a150b Accepting request 1227674 from devel:languages:php
- Update to 1.10.24
  - PEAR 1.10.16
    * Fix bug #27796: "Array to string" conversion warnings on
      installs/other actions
    * Never reference E_STRICT on PHP 8.4+
    * Fix tests 8.1+
  - Archive_Tar 1.5.0
    * Fix @return true... to @return bool true... on some functions
    * Use 775 default for mkdirs, to avoid world-write
  - Structures_Graph 1.2.0
    * Update composer info (adds PHP/PEAR deps)
    * Update phpunit tests
    * Composer shows wrong license (forwarded request 1227628 from adkorte)

OBS-URL: https://build.opensuse.org/request/show/1227674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8-pear?expand=0&rev=5
2024-12-03 19:45:33 +00:00
53ceccf0cd - Update to 1.10.24
- PEAR 1.10.16
    * Fix bug #27796: "Array to string" conversion warnings on
      installs/other actions
    * Never reference E_STRICT on PHP 8.4+
    * Fix tests 8.1+
  - Archive_Tar 1.5.0
    * Fix @return true... to @return bool true... on some functions
    * Use 775 default for mkdirs, to avoid world-write
  - Structures_Graph 1.2.0
    * Update composer info (adds PHP/PEAR deps)
    * Update phpunit tests
    * Composer shows wrong license

OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8-pear?expand=0&rev=9
2024-12-02 07:39:21 +00:00
4 changed files with 880 additions and 643 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sun Jan 25 20:08:38 UTC 2026 - Arjen de Korte <suse+build@de-korte.org>
- Update to 1.10.26
- PEAR 1.10.28
* don't use report_memleaks with 8.5+
-------------------------------------------------------------------
Sun Dec 14 20:56:13 UTC 2025 - Arjen de Korte <suse+build@de-korte.org>
- Update to 1.10.25
- PEAR 1.10.17
* Fix HTTP chunked encoding handling
* fix composer.json: typo in replace for pear_exception package
* switch to https by default
* Throw new Error instead of E_USER_ERROR on PHP 7.0+
* update tests for https-first behavior
- Archive_Tar 1.6.0
* big file support
* Fix return value of _writeBlock
* Remove gzopen/gztell/gzseek shim
-------------------------------------------------------------------
Sun Dec 1 19:14:16 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>
- Update to 1.10.24
- PEAR 1.10.16
* Fix bug #27796: "Array to string" conversion warnings on
installs/other actions
* Never reference E_STRICT on PHP 8.4+
* Fix tests 8.1+
- Archive_Tar 1.5.0
* Fix @return true... to @return bool true... on some functions
* Use 775 default for mkdirs, to avoid world-write
- Structures_Graph 1.2.0
* Update composer info (adds PHP/PEAR deps)
* Update phpunit tests
* Composer shows wrong license
-------------------------------------------------------------------
Sat Mar 9 19:59:45 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package php8-pear
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
%define pear_module_version(m) %(sed -n 's/.*=>.*%{1}-\\(.*\\)\\.tar.*/\\1/p' %{SOURCE0})
Name: php8-pear
Version: 1.10.23
Version: 1.10.26
Release: 0
Summary: PHP Extension and Application Repository
License: BSD-2-Clause