Здравствуйте, этот вопрос претёк из другого
вопроса. Проблема в том что мне нужно установить zf на хостинг где нет консоли,
Александр Аксентьев посоветовал сделать всё на локальном сервере, а потом просто перенести это на хостинг. В процессе установки у меня возникли вот такие ошибки
C:\Users\roman>php c:\php\composer.phar install
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for zendframework/zend-math ^3.0 -> satisfiable by zendframework/zend-math[3.0.0].
- zendframework/zend-math 3.0.0 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system.
Problem 2
- zendframework/zend-math 3.0.0 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system.
- zendframework/zend-xmlrpc 2.6.0 requires zendframework/zend-math ^2.7 || ^3.0 -> satisfiable by zendframework/zend-math[3.0.0].
- Installation request for zendframework/zend-xmlrpc ^2.6 -> satisfiable by zendframework/zend-xmlrpc[2.6.0].
To enable extensions, verify that they are enabled in your .ini files:
- C:\php\php.ini
You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
Подскажите пожалуста как их решить, или ещё лучше может у кого-то есть такая готовая папка, которую я бы мог просто закинуть на хостинг?