WF>>You can't rely on stat working.

Why not? What's so special in stat that it can not work on file handle?

And why this STREAM type at all - if the only places it is used is where 
you have switch on type anyway or in zend_stream.c where you could have 
the switch as well? What did you achive by this but breaking all code that 
used file_handle for more that read/close? So far I see that by using 
fixup and converting all FPs to STREAMs you saved one if in 
zend_stream_read/zend_stream_getc and that's it. Is there anything I miss?

-- 
Stanislav Malyshev, Zend Products Engineer   
[EMAIL PROTECTED]  http://www.zend.com/ +972-3-6139665 ext.115

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

Reply via email to