mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 21:30:14 +02:00
[core] Backported str_starts_with, str_ends_with and str_contains from php 8 (#2318)
This commit is contained in:
@@ -80,6 +80,7 @@ require_once PATH_LIB . 'XPathAbstract.php';
|
||||
require_once PATH_LIB . 'html.php';
|
||||
require_once PATH_LIB . 'error.php';
|
||||
require_once PATH_LIB . 'contents.php';
|
||||
require_once PATH_LIB . 'php8backports.php';
|
||||
|
||||
// Vendor
|
||||
define('MAX_FILE_SIZE', 10000000); /* Allow larger files for simple_html_dom */
|
||||
|
Reference in New Issue
Block a user