First, thank you for your service, and for making PHP8 available relatively early.
Although this has been reported in another thread, there are multiple problems in that thread and I wanted to call this one out on its own. The zip extension is missing from PHP8. There is no opportunity to select it in DirectAdmin, although it allows the selection of zip in earlier PHP versions.
extension_loaded('zip') returns false
class_exists('ZipArchive') returns false
This is a critical function for me.
I am not in a huge hurry to upgrade to PHP8, so I have returned to PHP7.3 for now. However, if this problem is fixed, I would be interested in trying 8 again.
Although this has been reported in another thread, there are multiple problems in that thread and I wanted to call this one out on its own. The zip extension is missing from PHP8. There is no opportunity to select it in DirectAdmin, although it allows the selection of zip in earlier PHP versions.
extension_loaded('zip') returns false
class_exists('ZipArchive') returns false
This is a critical function for me.
I am not in a huge hurry to upgrade to PHP8, so I have returned to PHP7.3 for now. However, if this problem is fixed, I would be interested in trying 8 again.