OK, so I created a phpinfo page and saw that '--disable-json' is included in the /configure command. Given that PHP 8+ has JSON enabled by default, I bumped up the version 8.2. The '--disable-json' option is still there, but it looks like JSON is now enabled.
Awesome, no error, but now I just...