I am writing an extension (module written in C) for PHP 7x. My extension is creating threads (of which PHP is not aware). From these threads a callback function may be called, which I want to use to log some information using 'php_log_err' function. How to do it properly ? Is it possible ?
I know that there where a lot of changes regarding threads between PHP 5x and PHP 7x Thanks in advance. Mariusz. -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
