php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30445 endless loop when virtual() fails twice.
Submitted: 2004-10-15 12:17 UTC Modified: 2004-11-28 06:47 UTC
From: per at computer dot org Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.3.9 OS: linux 2.4.26
Private report: No CVE-ID: None
 [2004-10-15 12:17 UTC] 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>



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-27 16:57 UTC] tony2001@php.net
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-11-27 20:10 UTC] per at computer dot org
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.
 [2004-11-28 06:47 UTC] tony2001@php.net
No bug -> bogus.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 18 21:01:26 2024 UTC