I've created php-cli.ini, added pthread extension there and set memory limit to 3 gb. But when I'am trying to launch thread script I got this:
PHP Fatal error: Uncaught RuntimeException: cannot start my_thread, out of resources in
C:\xampp\htdocs\app90\start_threads.php:160
Stack trace:
#0 C:\xampp\htdocs\app90\start_threads.php(160): Thread->start()
#1 {main}
thrown in C:\xampp\htdocs\app90\start_threads.php on line 160
Fatal error: Uncaught RuntimeException: cannot start my_thread, out of resources
in C:\xampp\htdocs\app90\start_threads.php:160
help required thanks in advance.