[PECL-DEV] Re: [ANNOUNCEMENT] event-2.4.0RC2 (beta) Released.

2018-05-08 Thread Christoph M. Becker
On 08.05.2018 at 20:37, Jan Ehrhardt wrote: > I see now that building was tried. > > pe.obj : error LNK2019: unresolved external symbol > bufferevent_openssl_set_allow_dirty_shutdown referenced in function > event_bevent_allow_ssl_dirty_shutdown_prop_write > > pe.obj : error LNK2019: unresolved

[PECL-DEV] [ANNOUNCEMENT] event-2.4.0RC2 (beta) Released.

2018-05-08 Thread PECL Announce
The new PECL package event-2.4.0RC2 (beta) has been released at http://pecl.php.net/. Release notes - Fixed tests/12-serialization.phpt (thanks to Remi Collet) Fixed issue #49: "Invalid file descriptor" exceptions in PHP 7.2. Due to Zend API changes in PHP 7.2, Event stream

[PECL-DEV] [ANNOUNCEMENT] opencensus-0.2.2 (alpha) Released.

2018-05-08 Thread PECL Announce
The new PECL package opencensus-0.2.2 (alpha) has been released at http://pecl.php.net/. Release notes - - Fix refcounts for arguments in traced function callbacks (#184) Package Info - OpenCensus is a open source, distributed tracing system that allows you to collect

[PECL-DEV] Re: I have updated 'idn' for php7, what do I need to do to publish it?

2018-05-08 Thread Christoph M. Becker
On 05.05.2018 at 12:50, Per Jessen wrote: > Well, $SUBJ says it all - > > https://pecl.php.net/package/idn > > > Patch for idn-0.2.0 is attached. > > > best regards > Per Jessen CC'ing Johannes, since he's listed as lead developer of PECL/idn. -- Christoph M. Becker -- PECL development

Re: [PECL-DEV] I have updated 'idn' for php7, what do I need to do to publish it?

2018-05-08 Thread Johannes Schlüter
Hi, seems like a trivial patch. But one question: Won't PHP's bundled cu extension do a better job? http://php.net/manual/en/ref.intl.idn.php I'll try the patch over the weekend nonetheless. johannes On Sa, 2018-05-05 at 12:50 +0200, Per Jessen wrote: > Well, $SUBJ says it all - > >

Re: [PECL-DEV] I have updated 'idn' for php7, what do I need to doto publish it?

2018-05-08 Thread Christoph M. Becker
On 08.05.2018 at 14:22, Per Jessen wrote: > Johannes Schlüter wrote: > >> But one question: Won't PHP's bundled cu >> extension do a better job? >> http://php.net/manual/en/ref.intl.idn.php > > Yes, that's quite possible, I was not aware of those.  When I searched > for e.g. 'idn_to_ascii', I

Re: [PECL-DEV] I have updated 'idn' for php7, what do I need to doto publish it?

2018-05-08 Thread Per Jessen
Christoph M. Becker wrote: On 08.05.2018 at 14:22, Per Jessen wrote: Johannes Schlüter wrote: But one question: Won't PHP's bundled cu extension do a better job? http://php.net/manual/en/ref.intl.idn.php Yes, that's quite possible, I was not aware of those. When I searched for e.g.

[PECL-DEV] Re: [ANNOUNCEMENT] event-2.4.0RC2 (beta) Released.

2018-05-08 Thread Jan Ehrhardt
"PECL Announce" in php.pecl.dev (Tue, 08 May 2018 06:28:43 +): >Fixed issue #49: "Invalid file descriptor" exceptions in PHP 7.2. Due to > Zend API changes in PHP 7.2, Event stream arguments were accepted by > reference. > >Package Info >- >This is an extension to efficiently

Re: [PECL-DEV] I have updated 'idn' for php7, what do I need to do to publish it?

2018-05-08 Thread Per Jessen
Johannes Schlüter wrote: Hi, seems like a trivial patch. Hi very trivial patch, definitely. > But one question: Won't PHP's bundled cu > extension do a better job? > http://php.net/manual/en/ref.intl.idn.php Yes, that's quite possible, I was not aware of those. When I searched for e.g.

[PECL-DEV] Re: [ANNOUNCEMENT] event-2.4.0RC2 (beta) Released.

2018-05-08 Thread Christoph M. Becker
On 08.05.2018 at 17:53, Jan Ehrhardt wrote: > "PECL Announce" in php.pecl.dev (Tue, 08 May 2018 06:28:43 +): >> Fixed issue #49: "Invalid file descriptor" exceptions in PHP 7.2. Due to >> Zend API changes in PHP 7.2, Event stream arguments were accepted by >> reference. >> >> Package Info

[PECL-DEV] Re: [ANNOUNCEMENT] event-2.4.0RC2 (beta) Released.

2018-05-08 Thread Jan Ehrhardt
"Christoph M. Becker" in php.pecl.dev (Tue, 8 May 2018 18:12:16 +0200): >On 08.05.2018 at 17:53, Jan Ehrhardt wrote: > >> @weltling: Is there any reason why windows.php.net did not even try to >> compile the php 7.2 version? >> https://windows.php.net/downloads/pecl/releases/event/2.4.0rc2/ > >Due