PHP扩展已安装但未加载 - PHP 7.0.9

I'm trying to install PHP on Deepin 15.2 (based on debian unstable).

I have php 7.0.9-1+deb.sury.org~precise+1 installed, but none of the extra extension like:

php-curl
php-mysql
php-mbstring
php-mcrypt

and many more are loading. Are all installed but none is loaded.

The loaded php.ini is about the same as: https://github.com/php/php-src/blob/PHP-7.0/php.ini-development execpt for displaying errors.

The command php -m only loads:

Core
date
filter
hash
libxml
openssl
pcntl
pcre
Reflection
session
SPL
standard
xmlrpc
zlib

Do I miss something?