execWithResult(BUILD_BIN_PATH . '/php -n -d "zend_extension=' . BUILD_LIB_PATH . '/xdebug.so" --ri xdebug'); if ($ret !== 0) { throw new RuntimeException('xdebug.so failed to load.'); } } }