Edit report at https://bugs.php.net/bug.php?id=62513&edit=1
ID: 62513 Updated by: ras...@php.net Reported by: santec at riseup dot net Summary: Disable goto -Status: Open +Status: Wont fix Type: Feature/Change Request Package: Scripting Engine problem Operating System: * PHP Version: Irrelevant Block user comment: N Private report: N New Comment: No chance. And it isn't an unrestricted goto, so it is no harder to debug than multi-level breaks/continues and you don't seem to have a problem with those. Previous Comments: ------------------------------------------------------------------------ [2012-07-09 01:27:30] santec at riseup dot net Description: ------------ I hope that you will introduce some way to disable goto. The reason is that my users can execute untrusted code, and in some cases I have to debug it; but goto in some cases makes debugging way too long. The best solution (for me) would be a INI option that can not be changed at runtime, to suppress goto. Or you could add a compile option to exclude goto. Thanks. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=62513&edit=1