[PHP-DEV] PHP 4.0 Bug #9136 Updated: simple script with infinite function calls causes seg fault

2001-02-19 Thread andre
ID: 9136 Updated by: andre Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: Feature/Change Request Assigned To: Comments: Previous Comments: --- [2001-02-06 17:41:12] [EMAIL PROTECTED] maybe we

Re: [PHP-DEV] PHP 4.0 Bug #9136 Updated: simple script with infinite function calls causes seg fault

2001-02-07 Thread Boian Bonev
hi, indeed it is theoretically impossible to track this :) implement a recursive alrorithm for something e.g.: function foo($n) { // calc $n! if ($n=1) return $n; else return foo($n-1)*$n; } now tell me if it is infinite or finite? ;-) this is a

[PHP-DEV] PHP 4.0 Bug #9136 Updated: simple script with infinite function calls causes seg fault

2001-02-06 Thread waldschrott
ID: 9136 Updated by: waldschrott Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Reproduceable crash Assigned To: waldschrott Comments: and guess this "bug" was present in any version before, what do you expect to happen here? you will never leave these function calls (as you know I

[PHP-DEV] PHP 4.0 Bug #9136 Updated: simple script with infinite function calls causes seg fault

2001-02-06 Thread waldschrott
ID: 9136 Updated by: waldschrott Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Feedback Old-Bug Type: Reproduceable crash Bug Type: Feature/Change Request Assigned To: waldschrott Comments: maybe we should move this to feature request for safe mode? it would be fine to give the

Re: [PHP-DEV] PHP 4.0 Bug #9136 Updated: simple script with infinite function calls causes seg fault

2001-02-06 Thread André Langhorst
why didn't you make it a Feature Request then? But I suppose you tried, and wasn't be able to do that. Jani, is this a bug in the bugsystem? I did! it was just put into a rhetorical question ;) andr -- Andr Langhorstt: +49 571 3201801 [EMAIL PROTECTED]m: +49 173 9558736 PHP

Re: [PHP-DEV] PHP 4.0 Bug #9136 Updated: simple script with infinite function calls causes seg fault

2001-02-06 Thread Boian Bonev
] PHP 4.0 Bug #9136 Updated: simple script with infinite function calls causes seg fault ID: 9136 Updated by: waldschrott Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Reproduceable crash Assigned To: waldschrott Comments: and guess this "bug" was present in any vers