PHPmotion server requirements
Posted June 15th, 2008 by PMH
In order to run PHPmotion your hosting provider must supply your web hosting account with the following:
- PHP 4.3 and above (including support of CLI)
- MySQL database server
- FFMpeg-PHP
- Libogg + Libvorbis
- LAME MP3 Encoder
- Mencoder and also Mplayer
- CGI-BIN
- GD Library 2 or higher
- Be able to run background processes
PHP settings:
- safe_mode = off
- enable_dl = On
- upload_max_filesize = 100M
- post_max_size = 100M
- open_basedir = (no value)
- max_execution_time = 1500
- session.gc_maxlifetime = 14000
- Thread safety = disabled
- Login to post comments
