ID:               19910
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Scripting Engine problem
 Operating System: Windows NT 5.0 build 2195
 PHP Version:      4.2.2
 New Comment:

There are also many other ways to crash PHP like this.
This is called "Infinite recursion".
Not a bug.





Previous Comments:
------------------------------------------------------------------------

[2002-10-14 18:49:08] [EMAIL PROTECTED]

If you include the file is beeing parsed, either with __FILE__ or with
the filename, apache (I just tested on apache and php 4.2.2) will
crash.

<?php
include __FILE__;
?>

OR

<?php
// __FILE__ == 'test.php'; true
include 'test.php';
?>

result: Apache.exe has generated errors and will be closed by
Windows... (and so on)




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=19910&edit=1

Reply via email to