Trigger rebuild of DLLs for PECL extensions?

php.internals

Thomas Hruska

7 years ago
Is there a way to trigger the Windows DLL build process for a PECL extension without publishing a new release?
-- Thomas Hruska CubicleSoft President I've got great, time saving software that you will find useful. http://cubiclesoft.com/ And once you find my software useful: http://cubiclesoft.com/donate/

Anatol Belski

7 years ago
Hi,
> -----Original Message----- > From: Thomas Hruska <thruska@cubiclesoft.com> > Sent: Saturday, May 11, 2019 1:39 PM > To: PHP Development <internals@lists.php.net> > Subject: [PHP-DEV] Trigger rebuild of DLLs for PECL extensions? > > Is there a way to trigger the Windows DLL build process for a PECL extension > without publishing a new release? >
Yep, you can ping on lists on IRC, any extra build needs to be triggered manually. What exactly is the issue on your side? Regards Anatol

Thomas Hruska

7 years ago
On 5/11/2019 4:58 AM, Anatol Belski wrote:
> Hi, > >> -----Original Message----- >> From: Thomas Hruska <thruska@cubiclesoft.com> >> Sent: Saturday, May 11, 2019 1:39 PM >> To: PHP Development <internals@lists.php.net> >> Subject: [PHP-DEV] Trigger rebuild of DLLs for PECL extensions? >> >> Is there a way to trigger the Windows DLL build process for a PECL extension >> without publishing a new release? >> > Yep, you can ping on lists on IRC, any extra build needs to be triggered manually. What exactly is the issue on your side? > > Regards > > Anatol
https://pecl.php.net/package/sync/1.1.1/windows The DLLs were not built for 7.3 when 7.3 was released. I could probably get it to happen by doing a package release but, if no actual code changes are needed, creating a new package that says "Bumping version to trigger DLL build" in the release notes seems a little weird to me.
-- Thomas Hruska CubicleSoft President I've got great, time saving software that you will find useful. http://cubiclesoft.com/ And once you find my software useful: http://cubiclesoft.com/donate/

Anatol Belski

7 years ago
> -----Original Message----- > From: Thomas Hruska <thruska@cubiclesoft.com> > Sent: Saturday, May 11, 2019 2:57 PM > To: Anatol Belski <weltling@outlook.de>; PHP Development > <internals@lists.php.net> > Subject: Re: [PHP-DEV] Trigger rebuild of DLLs for PECL extensions? > > On 5/11/2019 4:58 AM, Anatol Belski wrote: > > Hi, > > > >> -----Original Message----- > >> From: Thomas Hruska <thruska@cubiclesoft.com> > >> Sent: Saturday, May 11, 2019 1:39 PM > >> To: PHP Development <internals@lists.php.net> > >> Subject: [PHP-DEV] Trigger rebuild of DLLs for PECL extensions? > >> > >> Is there a way to trigger the Windows DLL build process for a PECL > >> extension without publishing a new release? > >> > > Yep, you can ping on lists on IRC, any extra build needs to be triggered > manually. What exactly is the issue on your side? > > > > Regards > > > > Anatol > > https://pecl.php.net/package/sync/1.1.1/windows > > The DLLs were not built for 7.3 when 7.3 was released. I could probably get it > to happen by doing a package release but, if no actual code changes are > needed, creating a new package that says "Bumping version to trigger DLL > build" in the release notes seems a little weird to me. >
That's a completely valid request. This package was missed in the mass rebuild last year after 7.3 GA, and the logs was missing as well. It is fixed now. Please ping anytime if something like this happens. Regards Anatol

Thomas Hruska

7 years ago
On 5/11/2019 9:51 AM, Anatol Belski wrote:
>> https://pecl.php.net/package/sync/1.1.1/windows >> >> The DLLs were not built for 7.3 when 7.3 was released. I could probably get it >> to happen by doing a package release but, if no actual code changes are >> needed, creating a new package that says "Bumping version to trigger DLL >> build" in the release notes seems a little weird to me. >> > That's a completely valid request. This package was missed in the mass rebuild last year after 7.3 GA, and the logs was missing as well. It is fixed now. Please ping anytime if something like this happens. > > Regards > > Anatol
That was quick. Looks good now. Thanks!
-- Thomas Hruska CubicleSoft President I've got great, time saving software that you will find useful. http://cubiclesoft.com/ And once you find my software useful: http://cubiclesoft.com/donate/