PHP 8.2 support
-
Hi! PHP 8.2 is throwing notices about deprecated dynamic properties in the
SyntaxHighlighter
class.Defining the following properties in the class solves this issue:
class SyntaxHighlighter { // ... public $brush_names; public $specialchars; // ... }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP 8.2 support’ is closed to new replies.