Re: [PECL-DEV] [ANNOUNCEMENT] pthreads-1.0.0 (stable) Released.

2014-03-08 Thread Ferenc Kovacs
2014.03.07. 21:18, PECL Announce pecl-dev@lists.php.net ezt írta: The new PECL package pthreads-1.0.0 (stable) has been released at http://pecl.php.net/. Release notes - Pooling implemented as part of extension Stackable no longer abstract to reduce boilerplate Simplified code

Re: [PECL-DEV] Segfault when assigning a reference variable

2014-03-08 Thread Johannes Schlüter
On Fri, 2014-03-07 at 16:16 -0400, JGM wrote: I'm emulating the same behavior of wxWidgets since the code is being auto generated and I want to keep compatibility as much as possible with how wxWidgets works so people that comes from C++ world can use the extension with the same knowledge as

Re: [PECL-DEV] Segfault when assigning a reference variable

2014-03-08 Thread Ruslan Osmanov
Your extension will have its own peculiarities anyway, just because PHP itself is responsible for memory management as opposed to C/C++. Generally, a PHP extension can't have exactly the same API as a C/C++ library. (Especially, if it performs some kind of memory management.) I suppose you'll

[PECL-DEV] [ANNOUNCEMENT] pthreads-1.0.1 (stable) Released.

2014-03-08 Thread PECL Announce
The new PECL package pthreads-1.0.1 (stable) has been released at http://pecl.php.net/. Release notes - Fix fault in logic of Pool Fix segfaut in synchronized blocks on exception #236 Package Info - A compatible Threading API for PHP5.3+ Related Links -

[PECL-DEV] [ANNOUNCEMENT] pthreads-1.0.1 (stable) Released.

2014-03-08 Thread PECL Announce
The new PECL package pthreads-1.0.1 (stable) has been released at http://pecl.php.net/. Release notes - Fix fault in logic of Pool Fix segfaut in synchronized blocks on exception #236 Package Info - A compatible Threading API for PHP5.3+ Related Links -

[PECL-DEV] [ANNOUNCEMENT] pthreads-1.0.1 (stable) Released.

2014-03-08 Thread PECL Announce
The new PECL package pthreads-1.0.1 (stable) has been released at http://pecl.php.net/. Release notes - Fix fault in logic of Pool Fix segfaut in synchronized blocks on exception #236 Package Info - A compatible Threading API for PHP5.3+ Related Links -

[PECL-DEV] Re: [PHP-DEV] Stupid and incorrect version checks.

2014-03-08 Thread Remi Collet
Starting again... https://github.com/pdezwart/php-amqp/issues/93 -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PECL-DEV] Re: [PHP-DEV] Stupid and incorrect version checks.

2014-03-08 Thread Hannes Magnusson
On Sat, Mar 8, 2014 at 11:22 PM, Remi Collet r...@fedoraproject.org wrote: Starting again... Innocent bug. It happens. Fixed now. Thanks for the headsup! -Hannes -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php