Re: [PECL-DEV] Re: How do I save TSRMLS_CACHE for a new thread in PHP7?

2015-11-25 Thread Ángel González
On 25/11/15 20:25, Ruslan Osmanov wrote: I'll try to explain the problem. I have a function(let's call it `execF`), which is passed to a library(libeio) as a callback. This function is invoked afterwards by the library in separate thread. The function is calling Zend API, particularly

Re: [PECL-DEV] Re: Re: [PHP-QA] Debian and the PHP license

2014-07-30 Thread Ángel González
On 30/07/14 22:00, Stas Malyshev wrote: On the other hand, my own reading of the PHP Licence is that we may not, in fact, distribute (binaries of) modified versions of PHP software (the interpreter as well as everything else under that licence), period - but You could not distribute other

Re: [PECL-DEV] [DEV] Attaching binary executable to extension

2013-01-14 Thread Ángel González
On 14/01/13 11:05, Yahav Gindi Bar wrote: Hi, I'd like to create a wrapper extension for a program written in C. I got the program compiled and support cross platform , so can I include the bin file and just execute it or I need to include the source code? My problem is that this program

Re: [PECL-DEV] [DEV] Attaching binary executable to extension

2013-01-14 Thread Ángel González
On 14/01/13 14:41, Yahav Gindi Bar wrote: On 14 בינו 2013, at 15:24, Ángel González wrote: If it's just a wrapper for the program, you don't need to include the program. It should just be noted that it needs X program installed. However, I wonder why you need a php extension in such case