Bug#359064: [php-maint] Bug#359064: php4-cli: crashes when a script includes itself

2006-03-26 Thread Adam Conrad
Ulf Harnhammar wrote: > > > include('phpcrash.php'); > > ?> > [EMAIL PROTECTED]:~/ulf$ php4 -q phpcrash.php > Segmentation fault This, of course, causes an infinite loop. While php4 shouldn't be segfaulting here (it looks like php5 just goes on for a while, and then errors out with a memory a

Bug#359064: php4-cli: crashes when a script includes itself

2006-03-26 Thread Ulf Harnhammar
Subject: php4-cli: crashes when a script includes itself Package: php4-cli Version: 4:4.4.2-1+b1 Severity: normal Hello, php4-cli crashes when a script includes itself: [EMAIL PROTECTED]:~/ulf$ cat phpcrash.php [EMAIL PROTECTED]:~/ulf$ php4 -q phpcrash.php Segmentation fault [EMAIL PROTECTED]: