Page MenuHomeFreeBSD

net/pear-Net_IPv6: Add patch defining str_ends_with() for php<8
ClosedPublic

Authored by linnemannr_gmail.com on Aug 16 2022, 5:21 PM.
Tags
None
Referenced Files
F150171170: D36219.id109398.diff
Mon, Mar 30, 12:15 AM
F150166245: D36219.id109398.diff
Sun, Mar 29, 11:14 PM
Unknown Object (File)
Sat, Mar 21, 11:23 AM
Unknown Object (File)
Sat, Mar 21, 8:20 AM
Unknown Object (File)
Sat, Mar 21, 7:31 AM
Unknown Object (File)
Sat, Mar 21, 12:26 AM
Unknown Object (File)
Fri, Mar 13, 4:50 AM
Unknown Object (File)
Thu, Mar 5, 2:08 PM
Subscribers

Details

Summary

Previously added patches use str_ends_with(), which is only available in php 8
and newer. This commit adds to the patch a definition of str_ends_with() in the
case it is undefined in an earlier version.

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 46960
Build 43849: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Aug 16 2022, 6:34 PM
This revision was automatically updated to reflect the committed changes.