Re: [PHP-DEV] Use pthread in php extension

2016-12-07 Thread Stanislav Malyshev
Hi! > Of course you can link your extension with any possible library. > Particularly with pthreads, when PHP is compiled non thread safe, you > need to be very careful using the PHP APIs. Many will be not thread > safe in that case. Best strategy were probably not using PHP APIs in > the thread c

RE: [PHP-DEV] Use pthread in php extension

2016-12-07 Thread Anatol Belski
Hi Simon, > -Original Message- > From: simon .barotte [mailto:simon.baro...@gmail.com] > Sent: Tuesday, December 6, 2016 10:49 AM > To: internals@lists.php.net > Subject: [PHP-DEV] Use pthread in php extension > > Hi all, > > I developpe an extension php, and I would like use Linux pthre