![](https://seccdn.libravatar.org/avatar/6eea583e770659063bf623f7d6bbe85f.jpg?s=120&d=mm&r=g)
22 Sep
2006
22 Sep
'06
20:21
Andreas Jaeger escribió:
Here's a pattern for "Tools and libraries for web application development". Please comment and help to improve,
Cheers, Andreas
Must have (if pattern is selected this is mandatory): LAMP-Pattern
the LAMP pattern, for the "P" and the "M" to be useful must contain the following packages, php5-ctype php5-dom php5-mysql[i] php5-pdo_mysql php5-iconv and probably as an alternative : php5-zlib php5-mbstring php5-gd this is because without the first metioned list of modules, it is not useful at all, without mysql support it would be "LAP" :) and the other modules (espcially dom, ctype and iconv) are **basic needs** and **shouldn't** be excluded the package subdivison is really annoying.. but that is another story.. ;)