Bug 265899 - net/pecl-radius: fix warnings on PHP 8
Summary: net/pecl-radius: fix warnings on PHP 8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-17 07:02 UTC by Franco Fichtner
Modified: 2024-03-31 04:18 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
PHP 8 update (21.66 KB, patch)
2022-08-17 07:02 UTC, Franco Fichtner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!