summaryrefslogtreecommitdiff
path: root/ext/spl/spl_directory.h
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2014-02-28 22:21:51 +0800
committerXinchen Hui <laruence@gmail.com>2014-02-28 22:21:51 +0800
commit2a826609233526d9ad5b015323395e132b7accf6 (patch)
tree61b1b6dfcb0c77a8870540911a33f5875fc683dd /ext/spl/spl_directory.h
parent53128644f315f755820ff4e633e02365dbe88ec0 (diff)
downloadphp-git-2a826609233526d9ad5b015323395e132b7accf6.tar.gz
Temporary fix zcontext
Diffstat (limited to 'ext/spl/spl_directory.h')
-rw-r--r--ext/spl/spl_directory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_directory.h b/ext/spl/spl_directory.h
index 72c701d117..32757c13e5 100644
--- a/ext/spl/spl_directory.h
+++ b/ext/spl/spl_directory.h
@@ -87,7 +87,7 @@ struct _spl_filesystem_object {
struct {
php_stream *stream;
php_stream_context *context;
- zval zcontext;
+ zval *zcontext;
char *open_mode;
int open_mode_len;
zval current_zval;