On 12.11.2024 at 18:55, Elmar Klausmeier wrote: > A few weeks ago with the help of Christoph Becker I published the md4c > package on > https://pecl.php.net/package/md4c > > I wonder how to show "releases". For example, yaml, > https://pecl.php.net/package/yaml > has a number of releases. > > Do I simply have to wait, or is there something I have to configure or add > to the GitHub repo?
You need to roll a release yourself (use `pecl package`[1]), and then upload it via the form on <https://pecl.php.net/release-upload.php>. If that succeeds, the new release should be listed right away. Windows DLLs are built by <https://github.com/php/php-windows-builder>. Maybe it is necessary to ping them for new PECL extensions[2]. [1] <https://manpages.debian.org/stretch/php-pear/pecl.1.en.html> [2] <https://github.com/php/php-windows-builder/issues/3> Christoph