When I run pkg upgrade I see:
	
	
	
		
I do want to upgrade all the php74-* packages to the latest version (to mitigate a security vulnerability), but I don't want to install php80 (yet) as I want to keep the php74 version. If I follow through with the pkg upgrade, will this install 8.0 and mess things up?
- Gavin
				
			
		Code:
	
	New packages to be INSTALLED:
    php80: 8.0.16
Installed packages to be UPGRADED:
    php74: 7.4.27 -> 7.4.28
    php74-bz2: 7.4.27 -> 7.4.28
    php74-calendar: 7.4.27 -> 7.4.28
    php74-ctype: 7.4.27 -> 7.4.28
    php74-curl: 7.4.27 -> 7.4.28
    php74-dom: 7.4.27 -> 7.4.28
    php74-fileinfo: 7.4.27 -> 7.4.28
    php74-filter: 7.4.27 -> 7.4.28
    php74-gd: 7.4.27 -> 7.4.28
    php74-iconv: 7.4.27 -> 7.4.28
    php74-intl: 7.4.27 -> 7.4.28
    php74-json: 7.4.27 -> 7.4.28
    php74-ldap: 7.4.27 -> 7.4.28
    php74-mbstring: 7.4.27 -> 7.4.28
    php74-mysqli: 7.4.27 -> 7.4.28
    php74-opcache: 7.4.27 -> 7.4.28
    php74-openssl: 7.4.27 -> 7.4.28
    php74-pdo: 7.4.27 -> 7.4.28
    php74-pdo_mysql: 7.4.27 -> 7.4.28
    php74-pdo_sqlite: 7.4.27 -> 7.4.28
    php74-phar: 7.4.27 -> 7.4.28
    php74-posix: 7.4.27 -> 7.4.28
    php74-readline: 7.4.27 -> 7.4.28
    php74-session: 7.4.27 -> 7.4.28
    php74-simplexml: 7.4.27 -> 7.4.28
    php74-sockets: 7.4.27 -> 7.4.28
    php74-sqlite3: 7.4.27 -> 7.4.28
    php74-tokenizer: 7.4.27 -> 7.4.28
    php74-xml: 7.4.27 -> 7.4.28
    php74-xmlreader: 7.4.27 -> 7.4.28
    php74-xmlwriter: 7.4.27 -> 7.4.28
    php74-zip: 7.4.27 -> 7.4.28
    php74-zlib: 7.4.27 -> 7.4.28
	I do want to upgrade all the php74-* packages to the latest version (to mitigate a security vulnerability), but I don't want to install php80 (yet) as I want to keep the php74 version. If I follow through with the pkg upgrade, will this install 8.0 and mess things up?
- Gavin