Steps to reproduce:
- PHP 8.2.6; Phorge at 94d45de2f7dd6472486c20110f542a6e3e6a6565
- Go to an existing task
- In the comment field, paste:
figlet {{{ hello! line2! }}}
Actual outcome:
Nothing happens in the UI; PHP error log shows:
PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /var/www/html/phorge/phorge/externals/pear-figlet/Text/Figlet.php on line 234 >>> UNRECOVERABLE FATAL ERROR <<< Array and string offset access syntax with curly braces is no longer supported /var/www/html/phorge/phorge/externals/pear-figlet/Text/Figlet.php:234 ┻━┻ ︵ ¯\_(ツ)_/¯ ︵ ┻━┻
After fixing that line, get:
PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /var/www/html/phorge/phorge/externals/pear-figlet/Text/Figlet.php on line 277 >>> UNRECOVERABLE FATAL ERROR <<< Array and string offset access syntax with curly braces is no longer supported /var/www/html/phorge/phorge/externals/pear-figlet/Text/Figlet.php:277 ┻━┻ ︵ ¯\_(ツ)_/¯ ︵ ┻━┻
After fixing that, line renders.