[PECL-DEV] [ANNOUNCEMENT] redis-5.0.1 (stable) Released.

2019-07-11 Thread PECL Announce
The new PECL package redis-5.0.1 (stable) has been released at https://pecl.php.net/. Release notes - This release contains only bugfix for one critical issue * RedisCluster segfaults after second connection with cache_slots enabled [327cf0bd] (Pavlo Yatsukhnenko) Package Info

[PECL-DEV] [ANNOUNCEMENT] protobuf-3.9.0 (stable) Released.

2019-07-11 Thread PECL Announce
The new PECL package protobuf-3.9.0 (stable) has been released at https://pecl.php.net/. Release notes - GA release. Package Info - https://developers.google.com/protocol-buffers/ Related Links - Package home: https://pecl.php.net/package/protobuf Changelo

[PECL-DEV] RE: Windows build of extension of http_message

2019-07-11 Thread Anatol Belski
Hi Arnold, > -Original Message- > From: Arnold Daniels > Sent: Thursday, July 11, 2019 9:34 AM > To: weltl...@outlook.de; pecl-dev@lists.php.net > Subject: Windows build of extension of http_message > > Hi Anatol, > > I've added the new http_message package to pecl. It depends on the ps

Re: [PECL-DEV] Installation

2019-07-11 Thread Rowan Collins
On Wed, 10 Jul 2019 at 23:41, Noel da Costa wrote: > Why are there no instructions for how to install PECL on the PECL website? > Also couldn’t find them on Google. > I’m trying to install `intl` for the version of PHP (7.1.23) shipped with > Mac OS X Mojave. > As Christoph points out, ext/intl

[PECL-DEV] Re: Windows build of extension of http_message

2019-07-11 Thread Jan Ehrhardt
Arnold Daniels in php.pecl.dev (Thu, 11 Jul 2019 07:34:09 +): >I've added the new http_message package to pecl. It depends on the psr >extension, not only at runtime but it also needs to php_psr.h header >file to build. > >On Linux, the header file is automatically copied the PHP include dir on

[PECL-DEV] Re: Installation

2019-07-11 Thread Christoph M. Becker
On 11.07.2019 at 00:41, Noel da Costa wrote: > Why are there no instructions for how to install PECL on the PECL website? > Also couldn’t find them on Google. > I’m trying to install `intl` for the version of PHP (7.1.23) shipped with Mac > OS X Mojave. Since PECL/intl is superseeded[1], you sho

[PECL-DEV] Re: Windows build of extension of http_message

2019-07-11 Thread Christoph M. Becker
On 11.07.2019 at 09:34, Arnold Daniels wrote: > I've added the new http_message package to pecl. It depends on the psr > extension, not only at runtime but it also needs to php_psr.h header file to > build. > > On Linux, the header file is automatically copied the PHP include dir on > `make ins

[PECL-DEV] Windows build of extension of http_message

2019-07-11 Thread Arnold Daniels
Hi Anatol, I've added the new http_message package to pecl. It depends on the psr extension, not only at runtime but it also needs to php_psr.h header file to build. On Linux, the header file is automatically copied the PHP include dir on `make install`, but on Windows you need to do that manu