php pthreads werden unter xampp 7.0.2 nicht gestartet.

Ich habe frisches xampp (7.0.2 atm) installiert. Ich habe die php-cli.ini erstellt, dort die pthread-Erweiterung hinzugefügt und das Speicherlimit auf 3 GB festgelegt. Aber wenn ich versuche, Thread-Skript zu starten, habe ich Folgendes:

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

(Ich verwende pthreds 3.1.5 x86) Was mache ich hier falsch? Vielen Dank

Antworten auf die Frage(4)

Ihre Antwort auf die Frage