Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 340 Bytes

required.md

File metadata and controls

14 lines (11 loc) · 340 Bytes

Required

  • PHP 5.3.10 or later (php5)
  • PHP CLI interpreter (php5-cli)
  • PHP SQLite extension (php5-sqlite)
  • PHP cURL extension (php5-curl)
  • PHP Internationalization (php5-intl)
# On debian systems...
sudo apt-get install curl sqlite php5 php5-cli php5-sqlite php5-curl php5-intl

« back