Difference between revisions of "Software hints"
From PhotoVoltaic Logger new generation
(Created page with "== PHP == == Apache == For correct front end function, the following modules '''must''' be enabled: * <tt>mod_rewrite</tt> * <tt>mod_expires</tt> * <tt>mod_headers</tt>") |
m (→PHP) |
||
Line 1: | Line 1: | ||
+ | [[Category:Software]] | ||
== PHP == | == PHP == | ||
+ | I'm not really sure, which extensions really required, but with this configuration it works for me: | ||
+ | ~ # php -v | ||
+ | PHP 5.4.4-14+deb7u14 (cli) (built: Aug 21 2014 09:43:31) | ||
+ | Copyright (c) 1997-2012 The PHP Group | ||
+ | Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies | ||
+ | |||
+ | ~ # php -m | ||
+ | [PHP Modules] | ||
+ | bcmath | ||
+ | bz2 | ||
+ | calendar | ||
+ | Core | ||
+ | ctype | ||
+ | curl | ||
+ | date | ||
+ | dba | ||
+ | dom | ||
+ | ereg | ||
+ | exif | ||
+ | fileinfo | ||
+ | filter | ||
+ | ftp | ||
+ | gd | ||
+ | gettext | ||
+ | hash | ||
+ | iconv | ||
+ | imagick | ||
+ | imap | ||
+ | intl | ||
+ | json | ||
+ | libxml | ||
+ | mbstring | ||
+ | mcrypt | ||
+ | memcache | ||
+ | mhash | ||
+ | ming | ||
+ | mysql | ||
+ | mysqli | ||
+ | newrelic | ||
+ | openssl | ||
+ | pcntl | ||
+ | pcre | ||
+ | PDO | ||
+ | pdo_mysql | ||
+ | Phar | ||
+ | posix | ||
+ | ps | ||
+ | pspell | ||
+ | recode | ||
+ | Reflection | ||
+ | session | ||
+ | shmop | ||
+ | SimpleXML | ||
+ | snmp | ||
+ | soap | ||
+ | sockets | ||
+ | SPL | ||
+ | standard | ||
+ | sysvmsg | ||
+ | sysvsem | ||
+ | sysvshm | ||
+ | tidy | ||
+ | tokenizer | ||
+ | wddx | ||
+ | xml | ||
+ | xmlreader | ||
+ | xmlrpc | ||
+ | xmlwriter | ||
+ | xsl | ||
+ | zip | ||
+ | zlib | ||
+ | |||
+ | [Zend Modules] | ||
== Apache == | == Apache == |
Revision as of 20:59, 29 August 2014
PHP
I'm not really sure, which extensions really required, but with this configuration it works for me:
~ # php -v PHP 5.4.4-14+deb7u14 (cli) (built: Aug 21 2014 09:43:31) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies ~ # php -m [PHP Modules] bcmath bz2 calendar Core ctype curl date dba dom ereg exif fileinfo filter ftp gd gettext hash iconv imagick imap intl json libxml mbstring mcrypt memcache mhash ming mysql mysqli newrelic openssl pcntl pcre PDO pdo_mysql Phar posix ps pspell recode Reflection session shmop SimpleXML snmp soap sockets SPL standard sysvmsg sysvsem sysvshm tidy tokenizer wddx xml xmlreader xmlrpc xmlwriter xsl zip zlib [Zend Modules]
Apache
For correct front end function, the following modules must be enabled:
- mod_rewrite
- mod_expires
- mod_headers