Closed (fixed)
Project:
Advanced CSS/JS Aggregation
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Apr 2022 at 11:13 UTC
Updated:
28 Jul 2023 at 16:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alena_stanul commentedComment #3
alena_stanul commentedComment #4
alena_stanul commentedComment #5
avpadernoComment #6
alena_stanul commentedComment #7
avpadernoThe third argument passed to
preg_split()has always been an integer. PassingNULLworked so far because PHP converted it to 0, but PHP 8.1 stopped to make implicit conversions (and it stopped accepting them).Comment #8
damienmckennaMaking the patch file visible again.
Comment #10
poker10 commentedCommitted, thanks everyone!