Hello Wez,

one is doing this:
   stream->orig_path = estrdup(opened_path);

the other something else:
   stream->open_filename = __zend_orig_filename ? __zend_orig_filename : 
__zend_filename;
   stream->open_lineno = __zend_orig_lineno ? __zend_orig_lineno : 
__zend_lineno;

best regards
marcus

Wednesday, May 23, 2007, 6:38:59 AM, you wrote:

> On 5/4/07, Marcus Boerger <[EMAIL PROTECTED]> wrote:
>> 2) Add open_filename debug info to streams

> What is this feature and how is it different from stream->orig_path
> that has been around for several releases?

> --Wez.




Best regards,
 Marcus

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to