Updated on February 4, 2017

In order to have PHPDevShell running, your system must meet some requirements.

Runtime software

You need the following on your server for PHPDevShell to work correctly.

  • PHP: Greater then PHP 5.2.x is minimum from PHPDevShell V 2.5.1.
  • PHPDevShell was developed on MySQL 5.0.x, I believe older versions above MySQL 4.1 should work fine. (Multiple database support will be added soon).
  • Apache: PHPDevShell was developed on Apache 2.x, 1.x should work fine though.

Other databases

We are moving from hard-coded MySQL to PDO, which means theoretically you can use any database PDO supports, however we have only tested MySQL.

Other webservers

PHPDevShell have been developed for Apache and even if 99% of the code is server-agnostic, there are few lines using Apache-related features (see here). We are currently testing deployment on Nginx.

Some plugins and themes uses external libraries through Composer. To update the upstream library, you may need Composer if a plugin update is not available.

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment