• Support
  • How can I install all the php extentions I need ? (See description) !

Hello,

I need to be able to install the following php extentions on my server:

BCMath, Ctype, JSON, Mbstring, OpenSSL, PDO, Tokenizer, XML, CURL, GD, GMP

I am hosting a netflix style php streaming script for personal videos I create.

is there a way to download all of these at once ? or do I have to do one at a time ?.

Mike 🙂

    Hello, after installing PHP in the app store, you can check the phpinfo information. If some are not installed, you can use the installation extension to install them.
    If the installation extension is not provided, you need to manually compile and install it.

    aaP_official_mikejtv