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
Unknown Object (File)
Mon, Nov 4, 1:41 PM
Unknown Object (File)
Mon, Oct 21, 11:31 AM
Unknown Object (File)
Fri, Oct 11, 10:58 PM
Unknown Object (File)
Fri, Oct 11, 10:58 PM
Unknown Object (File)
Fri, Oct 11, 10:57 PM
Unknown Object (File)
Fri, Oct 11, 10:35 PM
Unknown Object (File)
Oct 5 2024, 9:38 AM
Unknown Object (File)
Oct 2 2024, 5:18 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
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.