jano003 update:
I have solved this problem by:
cd /www/server/php/74/src/ext/fileinfo
/www/server/php/74/bin/phpize
if output shows the same:
Configuring for:
PHP Api Version: 20190902
Zend Module Api No: 20190902
Zend Extension Api No: 320190902
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.
if you don't have the autoconf package!
run:
apt-get install autoconf
autoconf
./configure --with-php-config=/www/server/php/74/bin/php-config
make && make install
extFile='/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/zip.so'
echo -e "extension = " ${extFile} >> /www/server/php/74/etc/php.ini
echo -e "extension = " ${extFile} >> /www/server/php/74/etc/php-cli.ini
/etc/init.d/php-fpm-74 reload