CTGF64 hello i would like for the pthreads and yaml php extensions to be installed something i am trying to run requires it
admin CTGF64 https://pecl.php.net/package-changelog.php?package=pthreads&release=3.1.6 - pthreads has been unsupported for a long time. Yaml extension is available but need to be loaded first: https://docs.serv00.com/PHP/#loading-additional-php-modules
CTGF64 what i'm running requires pthreads though, there's no alternative to the thing i'm trying to run
admin CTGF64 No we don't install unsupported software. You can try compile extension by yourself and run your own fpm/php-cgi to load it. Probably faster way is just to rewrite the script to not use pthreads.
admin CTGF64 We don't install globally software that doesn't exist in FreeBSD Ports. However, you still can compile and use it with your own fpm/php-cgi.