[PECL-CVS] [pecl-math-stats] master: Pie support
[email protected] (Rasmus Lerdorf) Tue, 21 Apr 2026 03:42:11 +0000
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Rasmus Lerdorf (rlerdorf)
Date: 2026-04-20T23:42:04-04:00
Commit: https://github.com/php/pecl-math-stats/commit/57bba3dc26f17569ff4bf96b0742a11cfe5c1dd3
Raw diff: https://github.com/php/pecl-math-stats/commit/57bba3dc26f17569ff4bf96b0742a11cfe5c1dd3.diff
Pie support
Changed paths:
A composer.json
M package.xml
Diff:
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..1d8819b
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,12 @@
+{
+ "name": "php/stats",
+ "description": "Extension with routines for statistical computation",
+ "type": "php-ext",
+ "license": "PHP-3.01",
+ "require": {
+ "php": ">=7.0"
+ },
+ "php-ext": {
+ "extension-name": "stats"
+ }
+}
diff --git a/package.xml b/package.xml
index 56f93ef..b3c9b33 100644
--- a/package.xml
+++ b/package.xml
@@ -153,6 +153,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<file name="randlib.h" role="src" />
<file name="php_stats.c" role="src" />
<file name="stats.stub.php" role="src" />
+ <file name="composer.json" role="doc" />
<file name="stats_arginfo.h" role="src" />
<file name="build/gen_stub.php" role="src" />
<file name="TODO" role="doc" />