added php session support over cache

This commit is contained in:
Unbit
2014-04-19 18:42:52 +02:00
parent 6e4f47cc76
commit c11e0654a0
4 changed files with 68 additions and 13 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ phplibdir = os.environ.get('UWSGICONFIG_PHPLIBDIR')
if phplibdir:
LIBS.append('-Wl,-rpath=%s' % phplibdir)
GCC_LIST = ['php_plugin']
GCC_LIST = ['php_plugin', 'session']