adding support for php-fpm for php from http://gitorious.org/okelly_overlay

This commit is contained in:
Micha Glave
2009-09-28 13:00:49 +02:00
parent 138e5e6f06
commit d61ce4af43
5 changed files with 108 additions and 3 deletions

View File

@@ -18,6 +18,7 @@
<flag name='pdo'>Enable the bundled PDO extensions</flag>
<flag name='reflection'>Enable the reflection extension (Reflection API)</flag>
<flag name='suhosin'>Add Suhosin support (patch and extension from http://www.suhosin.org/)</flag>
<flag name='fpm'>Add php-fpm: PHP FastCGI Process Manager support (patch from http://php-fpm.anight.org/)</flag>
<flag name='xmlreader'>Enable XMLReader support</flag>
<flag name='xmlwriter'>Enable XMLWriter support</flag>
<flag name='zip'>Enable ZIP file support</flag>