Occ no longer working with PHP 7.0.31

After updating to 14.0.0, I have a new issue – I’ve added my notes onto this thread: Class defaultTokenProvider does not exist.

However, I’ll leave this here for good measure:

# pkg_info | grep php
php-7.0.32          server-side HTML-embedded scripting language
php-bz2-7.0.32      bzip2 compression extensions for php
php-curl-7.0.32     curl URL library extensions for php
php-gd-7.0.32       image manipulation extensions for php
php-intl-7.0.32     intl library support for php
php-mcrypt-7.0.32   mcrypt encryption/decryption extensions for php
php-pcntl-7.0.32    PCNTL extensions for php
php-pdo_pgsql-7.0.32 PDO pgsql database access extensions for php
php-pgsql-7.0.32    pgsql database access extensions for php
php-xmlrpc-7.0.32   XML RPC functions for php
php-zip-7.0.32      zip functions for php
# which php
/usr/local/bin/php
# ls -l /usr/local/bin/php*                                                                                                                                            
lrwxr-x---  1 root  wheel        22 May 22 22:26 /usr/local/bin/php@ -> /usr/local/bin/php-7.0
-rwxr-xr-x  1 root  bin    10836064 Sep 19 01:31 /usr/local/bin/php-7.0*