freebsd-ports/net/pear-Net_IPv6/files
Reid Linnemann 06920cf2b9 net/pear-Net_IPv6: Fix for PHP < 8
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")
Differential Revision:	https://reviews.freebsd.org/D36219
2022-08-16 15:34:09 -03:00
..
patch-Net_IPv6.php net/pear-Net_IPv6: Fix for PHP < 8 2022-08-16 15:34:09 -03:00
patch-tests_AllTests.php