|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2021-01-18 17:39 UTC] cmb@php.net
-Status: Open
+Status: Feedback
-Assigned To:
+Assigned To: cmb
[2021-01-18 17:39 UTC] cmb@php.net
[2021-01-18 17:44 UTC] BaghalAghdam dot sajad at Gmail dot com
-Status: Feedback
+Status: Assigned
-Operating System: Linux/Windows
+Operating System: Linux/Cpanel
[2021-01-18 17:44 UTC] BaghalAghdam dot sajad at Gmail dot com
[2021-01-18 17:52 UTC] cmb@php.net
-Status: Assigned
+Status: Open
-Assigned To: cmb
+Assigned To:
[2021-01-18 17:52 UTC] cmb@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 03:00:01 2025 UTC |
Description: ------------ Hello. I was test my code, while I'm using this code: set_time_limit(5); $e = 0; while(true){ $e++; } keeps alive and not getting timeout error. I changed version to php7.3, Fixed. Test script: --------------- set_time_limit(5); $e = 0; while(true){ $e++; } Expected result: ---------------- Nothing