php: add optional ZTS support and new PECL module pthreads

This commit is contained in:
Longrin Wischnewski
2015-01-06 12:08:47 +00:00
parent 9b81769950
commit ef3a755c1f
2 changed files with 13 additions and 0 deletions
+8
View File
@@ -78,4 +78,12 @@ let self = with self; {
buildInputs = [ pkgs.m4 ];
};
pthreads = assert pkgs.config.php.zts or false; buildPecl {
#pthreads requires a build of PHP with ZTS (Zend Thread Safety) enabled
#--enable-maintainer-zts or --enable-zts on Windows
name = "pthreads-2.0.10";
sha256 = "1xlcb1b1g10jd0xhm3c01a06yqpb5qln47pd1k522138324qvpwb";
};
}; in self