PHP Warning: PHP Startup: Unable to load dynamic library \'/usr/lib/php/20131226/curl.so\' - /usr/lib/php/20131226/curl.so: undefined symbol: zend_unset_
If anyone is facing the same Problem with php 7.0. I removed the old "curl" with sudo apt-get remove "curl" and installed the Version for php 7.0 with sudo apt-get install php7.0-curl.
sudo apt-get remove "curl"
sudo apt-get install php7.0-curl
The Message is now gone and everything is working fine.