From: Greg Beaver Date: Mon, 14 Apr 2008 04:47:00 +0000 (+0000) Subject: missing from previous commit to remove stat from opendir wrapper ops X-Git-Tag: RELEASE_2_0_0b1~428 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ed2ae7e53affa124bae196081b8be8895379426;p=php missing from previous commit to remove stat from opendir wrapper ops --- diff --git a/ext/phar/dirstream.h b/ext/phar/dirstream.h index f3f95c5659..e7d0b40b58 100644 --- a/ext/phar/dirstream.h +++ b/ext/phar/dirstream.h @@ -32,7 +32,6 @@ static size_t phar_dir_read( php_stream *stream, char *buf, size_t count TSRMLS_ static int phar_dir_close(php_stream *stream, int close_handle TSRMLS_DC); static int phar_dir_flush(php_stream *stream TSRMLS_DC); static int phar_dir_seek( php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC); -static int phar_dir_stat( php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC); #else php_stream* phar_wrapper_open_dir(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC); #endif