RE: FW: [PHP-DEV] Long awaited line directive

2006-08-12 Thread Richard Lynch
On Fri, August 11, 2006 5:24 pm, Zeev Suraski wrote: At 22:15 11/08/2006, Richard Lynch wrote: On Fri, August 11, 2006 4:30 am, Zeev Suraski wrote: The solution I propose is to create internal functions that will set 'virtual' filenames and line ranges, that will be saved in some sort of

RE: FW: [PHP-DEV] Long awaited line directive

2006-08-11 Thread Zeev Suraski
- From: Stanislav Malyshev [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 7:22 AM To: Andi Gutmans Subject: Re: FW: [PHP-DEV] Long awaited line directive I'm afraid this one would confuse debuggers. Also, if there's any error in PHP code following line directive

RE: FW: [PHP-DEV] Long awaited line directive

2006-08-11 Thread Richard Lynch
On Fri, August 11, 2006 4:30 am, Zeev Suraski wrote: The solution I propose is to create internal functions that will set 'virtual' filenames and line ranges, that will be saved in some sort of a translation table, of real filename + line range to virtual filename + lineno. The error callback

RE: FW: [PHP-DEV] Long awaited line directive

2006-08-11 Thread Zeev Suraski
At 22:15 11/08/2006, Richard Lynch wrote: On Fri, August 11, 2006 4:30 am, Zeev Suraski wrote: The solution I propose is to create internal functions that will set 'virtual' filenames and line ranges, that will be saved in some sort of a translation table, of real filename + line range to

RE: FW: [PHP-DEV] Long awaited line directive

2006-08-10 Thread Andi Gutmans
: Re: FW: [PHP-DEV] Long awaited line directive I'm afraid this one would confuse debuggers. Also, if there's any error in PHP code following line directive, it will be reported with new filename, even if there's actually no code causing this problem in this filename. Also, I don't like