Search found 1 match
- Wed Oct 29, 2025 8:34 pm
- Forum: Nagios XI
- Topic: PHP 8.4 Syntax Issue - gauges.inc.php
- Replies: 7
- Views: 17729
Re: PHP 8.4 Syntax Issue - gauges.inc.php
Your diagnosis is spot-on. PHP 8.4 introduced stricter validation for functions like str_getcsv() , particularly requiring the $enclosure parameter to be a single character. Previously, using something like ' (which is an HTML entity) might have been tolerated or ignored, but PHP 8.4 enforc...