Search found 1 match

by sedapow84
Thu Mar 12, 2026 1:58 am
Forum: Nagios XI
Topic: PHP 8.4 Syntax Issue - gauges.inc.php
Replies: 9
Views: 34885

Re: PHP 8.4 Syntax Issue - gauges.inc.php

Thanks for the detailed writeup and fix, Alongaks. I can confirm this issue exists in 2026R1 as well. The `'` HTML entity is no longer accepted as a valid enclosure character in PHP 8.4's `str_getcsv()` — it requires a single character, so replacing it with a literal single quote `'` is the...