stat wouldn't work for URL includes. > > + zend_file_handle file_handle; > > + zend_bool can_open = zend_stream_open(inc_filename->value.str.val, &file_handle TSRMLS_CC); > > + zend_file_handle_dtor(&file_handle); > > + > > wouldn't a stat be better suited here?
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php