How to Confirm the PHP version Running on the NAS?
最后修订日期:
2022-03-30
Applied Models:
-
All models
Applied Firmware:
-
All versions
To confirm the php version running on your NAS, you could login to the NAS via ssh and run the following command:
-
Access the NAS via SSH:
https://www.qnap.com/en/how-to/knowledge-base/article/how-to-access-qnap-nas-by-ssh
-
Run the below command to display the php version
/mnt/ext/opt/apache/bin/php -v
