update extensions (#252)

This commit is contained in:
~/Saleh 2017-12-12 22:55:13 +03:00 committed by Daniil Gentili
parent 5c420dd827
commit 2fec5f6c3f

View File

@ -79,7 +79,7 @@ curl https://daniil.it/php.sh | sudo bash -e
On other platforms, use [Google](https://google.com) to find out how to install the following dependencies:
You *must* install the `php-mbstring`, `php-curl`, `php-sockets`, `php-xml` extensions.
You *must* install the `php-mbstring`, `php-curl`, `php-sockets`, `php-xml`, `php-zip` extensions.
You *must* install the `php-lua` extension if you want to use MadelineProto in lua, see [HERE](#lua-binding) for info on how use MadelineProto in lua.