ID: 30445 User updated by: per at computer dot org Reported By: per at computer dot org -Status: Feedback +Status: Open Bug Type: Unknown/Other Function Operating System: linux 2.4.26 PHP Version: 4.3.9 New Comment:
Uh, I am no longer able to reproduce it. I've tried 4.3.8, 4.3.9 and 4.3.10RC1. Apologies. For now, I suggest this is closed. Previous Comments: ------------------------------------------------------------------------ [2004-11-27 16:57:31] [EMAIL PROTECTED] Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. I cannot reproduce it, got these errors and no endless loop: Warning: virtual(): Unable to include 'klop' - request execution failed in .. Warning: virtual(): Unable to include 'klop' - request execution failed in .. ------------------------------------------------------------------------ [2004-10-15 12:17:57] per at computer dot org Description: ------------ Provided that "klop" does not exist, the following code will produce an endless loop: Reproduce code: --------------- <html> <head><title></title></head <body> <?php virtual("klop"); virtual("klop"); ?> </body> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30445&edit=1
