-
Notifications
You must be signed in to change notification settings - Fork 66
Home
oitcode edited this page Mar 3, 2023
·
14 revisions
Welcome to the khajanchi wiki!
Following php dependencies must be installed in order to run khajanchi.
- PHP >= 7.2.5
- BCMath PHP Extension
- Ctype PHP Extension
- Fileinfo PHP extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PDO PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
Please use the tools available in your operating system to install above php dependencies. For example in Ubuntu you can use:
sudo apt install php-mbstring
to install Mbstring php extension. Use the tool provided by your operating system.