php: enabling mbstring support by default
svn path=/nixpkgs/trunk/; revision=13704
This commit is contained in:
parent
7cd7c4cffb
commit
692d493f4e
@ -83,6 +83,10 @@ composableDerivation {
|
|||||||
buildInputs = ["openssl"];
|
buildInputs = ["openssl"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mbstring = {
|
||||||
|
configureFlags = ["--enable-mbstring"];
|
||||||
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Building xdebug withing php to be able to add the parameters to the ini file.. Ther should be a better way
|
Building xdebug withing php to be able to add the parameters to the ini file.. Ther should be a better way
|
||||||
meta = {
|
meta = {
|
||||||
@ -115,6 +119,7 @@ composableDerivation {
|
|||||||
zlibSupport = true;
|
zlibSupport = true;
|
||||||
opnesslSupport = true;
|
opnesslSupport = true;
|
||||||
xdebugSupport = true;
|
xdebugSupport = true;
|
||||||
|
mbstringSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user