Bug 265899

Summary: net/pecl-radius: fix warnings on PHP 8
Product: Ports & Packages Reporter: Franco Fichtner <franco>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (sunpoet)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
PHP 8 update none

Description Franco Fichtner 2022-08-17 07:02:20 UTC
Created attachment 235959 [details]
PHP 8 update

Hi,

Based on previous PHP 8 support with additional commits:

https://github.com/fichtner/php-radius/commit/a82b0b9e3c45
https://github.com/fichtner/php-radius/commit/8a756ae7a411


Cheers,
Franco
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-03-31 03:43:46 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6ec0eccf2dcaee984d390f6bbc159ce4409aedd4

commit 6ec0eccf2dcaee984d390f6bbc159ce4409aedd4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-31 03:10:31 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-31 03:10:31 +0000

    net/pecl-radius: Import more PHP 8 fixes

    - Bump PORTREVISION for package change

    PR:             265899
    Reported by:    Franco Fichtner <franco@opnsense.org>
    Obtained from:  https://github.com/fichtner/php-radius/commit/8a756ae7a411b7f7fdbcb44102736b09d0d1cec5
                    https://github.com/fichtner/php-radius/commit/a82b0b9e3c45241f9a9e67dabbe21face8ad6282

 net/pecl-radius/Makefile          |   2 +-
 net/pecl-radius/files/patch-php80 | 292 ++++++++++++++++++++++++++++++++++----
 2 files changed, 262 insertions(+), 32 deletions(-)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2024-03-31 04:18:38 UTC
Committed. Thanks!