Re: [PHP] include() suggestion

2001-03-17 Thread Don Read
On 18-Mar-01 Steve Wardell wrote: > Say you have index.php and 20 lines into index.php you include file.inc and > there's an error on line 30 of file.inc, but I'm pretty sure PHP would say > there was an error on line 50 of index.php and not like 30 of file.inc. It > doesn't keep track of include

Re: [PHP] include() suggestion

2001-03-17 Thread Steve Wardell
Say you have index.php and 20 lines into index.php you include file.inc and there's an error on line 30 of file.inc, but I'm pretty sure PHP would say there was an error on line 50 of index.php and not like 30 of file.inc. It doesn't keep track of included files as separate files that are called b

RE: [PHP] include() suggestion

2001-03-17 Thread Don Read
On 17-Mar-01 Steve Wardell wrote: > I didn't know where else to post feature requests so I'll post it here. > Could we get included files to not merely be sucked in to the file that is > including it but still think of it as a distinctive file in terms of getting > debug output for errors. The re

[PHP] include() suggestion

2001-03-17 Thread Steve Wardell
I didn't know where else to post feature requests so I'll post it here. Could we get included files to not merely be sucked in to the file that is including it but still think of it as a distinctive file in terms of getting debug output for errors. The reasons for this are 2 fold: 1) You could se