Changes between Version 19 and Version 20 of doc/install/debian/auth-server
- Timestamp:
- 12/08/11 02:27:42 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/install/debian/auth-server
v19 v20 54 54 apt-get install xml-core gettext mcrypt libapache2-mod-php5 php5-cgi 55 55 apt-get install php5-mcrypt php5-mhash php5-pgsql php-pear php5-xmlrpc php5-curl 56 }}} 57 58 if you are using a current/2011 debian/ubuntu, you have to enable long variable names in suhosin - otherwise php will not work as expected: 59 {{{ 60 vi /etc/php5/apache2/conf.d/suhosin.ini 61 -> add: suhosin.post.max_name_length = 100 62 -> add: suhosin.request.max_varname_length = 100 56 63 }}} 57 64
