15 Commits

Author SHA256 Message Date
5f78375220 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
3331ab274b Accepting request 1329100 from home:adkorte:branches:devel:languages:php
- Update to 1.10.26
  - PEAR 1.10.28
    * don't use report_memleaks with 8.5+

OBS-URL: https://build.opensuse.org/request/show/1329100
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
5e6986ccd0 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
8a74df4353 Accepting request 1322866 from home:adkorte:branches: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

OBS-URL: https://build.opensuse.org/request/show/1322866
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
7203efb3a3 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
c62474de9a Accepting request 1227628 from home:adkorte:branches: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

OBS-URL: https://build.opensuse.org/request/show/1227628
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
2f845656d0 Accepting request 1157606 from devel:languages:php
- Update to 1.10.23
  - PEAR 1.10.15
    * Cleanup uneeded test
    * Fix PHP Deprecated: Calling get_class() without arguments (forwarded request 1156654 from adkorte)

OBS-URL: https://build.opensuse.org/request/show/1157606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8-pear?expand=0&rev=4
2024-03-13 21:17:11 +00:00
29dd688661 Accepting request 1156654 from home:adkorte:branches:devel:languages:php
- Update to 1.10.23
  - PEAR 1.10.15
    * Cleanup uneeded test
    * Fix PHP Deprecated: Calling get_class() without arguments

OBS-URL: https://build.opensuse.org/request/show/1156654
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8-pear?expand=0&rev=7
2024-03-13 12:07:38 +00:00
d795613a91 Accepting request 1130168 from devel:languages:php
- Update to 1.10.22
  - PEAR 1.10.14
    * Put glue and pieces parameters to implode in correct order for
      PHP 7.4+
    * Fix PHP bug 81653: Typo in install-pear-nozlib.phar
    * Add %S EXPECTF capability
    * Fix: Creation of dynamic property PEAR_Error::$callback is
      deprecated
    * Fixed extension loaded check for pecl binaries
    * Remove -n option from pecl.bat for shared extensions
    * Fix Using ${var} in strings is deprecated
    * Fix lingering license references to PHP license
    * Exclude tests from composer classmap
    * Fix private lastError name (forwarded request 1128974 from adkorte)

OBS-URL: https://build.opensuse.org/request/show/1130168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8-pear?expand=0&rev=3
2023-12-01 20:25:03 +00:00
de660d22d1 Accepting request 1128974 from home:adkorte:branches:devel:languages:php
- Update to 1.10.22
  - PEAR 1.10.14
    * Put glue and pieces parameters to implode in correct order for
      PHP 7.4+
    * Fix PHP bug 81653: Typo in install-pear-nozlib.phar
    * Add %S EXPECTF capability
    * Fix: Creation of dynamic property PEAR_Error::$callback is
      deprecated
    * Fixed extension loaded check for pecl binaries
    * Remove -n option from pecl.bat for shared extensions
    * Fix Using ${var} in strings is deprecated
    * Fix lingering license references to PHP license
    * Exclude tests from composer classmap
    * Fix private lastError name

OBS-URL: https://build.opensuse.org/request/show/1128974
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8-pear?expand=0&rev=5
2023-12-01 08:16:54 +00:00
Richard Brown
4281634392 Accepting request 911361 from devel:languages:php
OBS-URL: https://build.opensuse.org/request/show/911361
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8-pear?expand=0&rev=2
2021-08-11 09:47:32 +00:00
ae0c3b78d3 Accepting request 911360 from home:adkorte:branches:devel:languages:php
- Update to 1.10.21
  - PEAR 1.10.13
    * unsupported protocol - use --force to continue
    * Add $this operator to _determineIfPowerpc calls
- Update to 1.10.20
  - Archive_Tar 1.4.14
    * Properly fix symbolic link path traversal (CVE-2021-32610)
  - Archive_Tar 1.4.13
    * Relative symlinks failing (out-of path file extraction)
  - Archive_Tar 1.4.12
  - Archive_Tar 1.4.11
  - Archive_Tar 1.4.10
    * Fix block padding when the file buffer length is a multiple
      of 512 and smaller than Archive_Tar buffer length
    * Don't try to copy username/groupname in chroot jail

OBS-URL: https://build.opensuse.org/request/show/911360
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8-pear?expand=0&rev=4
2021-08-11 06:09:50 +00:00
11f156f942 Accepting request 865044 from devel:languages:php
Add php8-pear to Factory

OBS-URL: https://build.opensuse.org/request/show/865044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8-pear?expand=0&rev=1
2021-01-20 17:26:41 +00:00
96271b6e5e - Conflicts with php7-pear and php7-pecl
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8-pear?expand=0&rev=2
2021-01-20 16:20:42 +00:00
db87ac8d0b osc copypac from project:devel:languages:php:php8 package:php8-pear revision:3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8-pear?expand=0&rev=1
2021-01-15 12:27:00 +00:00