mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 17:14:38 +02:00
[core] Backported str_starts_with, str_ends_with and str_contains from php 8 (#2318)
This commit is contained in:
parent
9254d14f50
commit
b86ed70376
3 changed files with 34 additions and 10 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue