Hosting Support Requirements

Hi, does the free version support the following, and is it pre installed?

  • PHP 5.5 +
  • MySQLi Extension
  • GD Library
  • Mbstring
  • cURL
  • ZIP
  • allow_url_fopen

as the site I’m building requires all the following.

You can change PHP version up to 7.3.
MySQLi,GD,Mbstring,cURL,ZIP already enabled.
url_fopen is disabled by default.You can change it via .htaccess, I guess.
In case you need another functions, these are disable_functions (you can’t change these):
disable_functions

4 Likes

Oh, url_fopen already enabled.
url_include is disabled.
url_fopen

1 Like

To be a note. Some softwares that they require allow_url_fopen will throw errors because the value of allow_url_fopen is On and not 1.

Although both are same. But these softwares cannot understand it.

4 Likes

Thank you both for the very prompt reply.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.