If you have cPanel server and you are not able to import .zip file in PHPMyAdmin then just make the below changes :
root@server[#] vi /var/cpanel/easy/apache/profile/makecpphp.profile.yaml
Search for following line
Cpanel::Easy::PHP5::Zip: 0=0
Change it to
Cpanel::Easy::PHP5::Zip: 1
Save the file and run the command
root@server[#] /scripts/makecpphp
That’s all you are done.

