Almost 2 years ago, the build framework for PHP switched to USES=
The only place where USE_PHPIZE is still used is in pear.mk.
php.mk is included early in pear.mk, and will set php_ARGS=phpize
if either USE_PHPIZE is set or USES=php:phpize is defined.