Can somebody explain me what zend_stream_fixup() function does? I see that 
it I give it ZEND_HANDLE_FP it converts it to ZEND_HANDLE_STREAM, but the 
handle of the stream does not become php_stream *, it still is FILE *. 
Does it mean that when I have ZEND_HANDLE_STREAM, the handle basically can 
be both FILE * and php_stream *? How can I distinguish between these 
situations? 
-- 
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