2022-12-17 10:02:37 +00:00
|
|
|
{ buildPecl, lib }:
|
2020-10-16 20:44:37 +00:00
|
|
|
|
|
|
|
buildPecl {
|
|
|
|
pname = "xdebug";
|
|
|
|
|
2022-12-17 10:02:37 +00:00
|
|
|
version = "3.2.0";
|
|
|
|
sha256 = "1drj00z8ididm2iw7a7pnrsvakrr1g0i49aqkyz5zpysxh7b4sbp";
|
2020-10-16 20:44:37 +00:00
|
|
|
|
|
|
|
doCheck = true;
|
|
|
|
checkTarget = "test";
|
|
|
|
|
|
|
|
zendExtension = true;
|
|
|
|
|
2021-06-28 23:13:55 +00:00
|
|
|
meta = with lib; {
|
|
|
|
description = "Provides functions for function traces and profiling";
|
|
|
|
license = licenses.php301;
|
|
|
|
homepage = "https://xdebug.org/";
|
|
|
|
maintainers = teams.php.members;
|
|
|
|
};
|
2020-10-16 20:44:37 +00:00
|
|
|
}
|