O php pthreads não será iniciado no xampp 7.0.2

Eu instalei o xampp fresco (7.0.2 atm). Eu criei o php-cli.ini, adicionei a extensão pthread lá e configurei o limite de memória para 3 gb. Mas quando estou tentando iniciar o script de thread, recebi o seguinte:

PHP Fatal error:  Uncaught RuntimeException: cannot start my_thread, out of reso
urces in C:\xampp\htdocs\w\start_threads.php:160
Stack trace:
#0 C:\xampp\htdocs\w\start_threads.php(160): Thread->start()
#1 {main}
  thrown in C:\xampp\htdocs\w\start_threads.php on line 160

Fatal error: Uncaught RuntimeException: cannot start my_thread, out of resources
 in C:\xampp\htdocs\w\start_threads.php:160

(Estou usando pthreds 3.1.5 x86) O que estou fazendo de errado aqui? Obrigado!

questionAnswers(2)

yourAnswerToTheQuestion