Loading...

Knowledge Base
Save 25% on a custom website!

Powered By Web: Introduction to PHP

Understanding the Importance of Which PHP Version you Use

The PHP coding language is constantly being developed and improved. With each new version that is released, some PHP functions and capabilities may be removed while others are introduced. Each new version of PHP aims to increase the security and capabilities of what the language can do.

Older PHP applications and website builders may be designed to run with an older version of PHP, and might not run at all on newer versions. Likewise, newer or up-to-date PHP applications might only work when running on the more recent versions of PHP. Currently, we support only PHP 7.4. You may revisit your PHP applications and make sure that they are compatible with PHP 7.4.

 

Notable Scripting Restrictions

 

Memory:
Some PHP applications may require a larger memory limit than the default set within the php.ini. See How Do I Increase PHP Memory Limit? on how to increase your PHP memory limits. If you are running into memory issues even after maxing out your php.ini limits, you will need to inquire about a more powerful hosting platform or reconsider how your website is built.

Run Time:
Some scripts require a significant amount of time to run before they are completed. Allowing scripts to run indefinitely could cause vastly negative effects for your website performance as well as the performance of other customers. As such, all PHP/CGI/Perl scripts are limited to 60 seconds of run time. If a script requires more than 60 seconds to run, it will be stopped at 60 seconds. For example, if a PHP script allows a website visitor to upload a file, and the file takes longer than 60 seconds to upload, the file upload will be canceled.

 

Coding and Scripting Support

 

We do not provide support for custom code or custom scripts. Advanced tools that are provided are meant only for advanced users who are knowledgeable enough to handle their scripts with these tools (see our Web Hosting Services Agreement).

If you have limited experience or feel uneasy about working with these scripting languages in a way that suits your needs, we encourage you to consider hiring a web developer to assist. You can utilize a third-party web developer or explore several paid services that we provide.

 

The php.ini File FAQs

 

What is the php.ini file

The php.ini controls how PHP code runs on your hosting account.

Can the php.ini file be modified

Yes. Most shared hosting accounts will have direct access to modify the php.ini file that is pre-installed onto the server. If an account does not have this feature, a php.ini file can be uploaded and modified manually using FTP.

Is there a way to reset the php.ini file back to the default settings

Accounts that have direct access to modify the php.ini file will also have access to a feature that allows them to reset the php.ini file back to the server recommended defaults. Otherwise, the account will need to upload a backup of their original php.ini file via FTP.

Did you find this article helpful?

 
* Your feedback is too short

Loading...