Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 440 Bytes

REQUIREMENTS.md

File metadata and controls

12 lines (11 loc) · 440 Bytes

Requirements & Dependencies

  • PHP 5.6.x (untested on versions earlier than 5.4 or 7.x)
    • PHP-CLI on the host for the relay scripts
    • MYSQL extension on the server

Windows

  • IIS7 (or perhaps all versions), must specifically have a MIME type to handle .JSON files:
    • application/json; charset=utf-8
  • Load the mysql extension in the php.ini file. By default no extensions are loaded.
    • extension = php_mysql.dll