summaryrefslogtreecommitdiff
path: root/main/streams/php_stream_plain_wrapper.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2018-10-24 11:49:44 +0300
committerDmitry Stogov <dmitry@zend.com>2018-10-24 11:49:44 +0300
commit770fe51bfd8994c3df819cbf04b7d76824b55e5c (patch)
tree8cffa4fd81e712388cf691b2c9a5ebbd19010465 /main/streams/php_stream_plain_wrapper.h
parent5df17425d36cc175d8751c40114c8bad9937ea06 (diff)
downloadphp-git-770fe51bfd8994c3df819cbf04b7d76824b55e5c.tar.gz
Make php_plain_files_wrapper to be writable (workaround for swoole)
Diffstat (limited to 'main/streams/php_stream_plain_wrapper.h')
-rw-r--r--main/streams/php_stream_plain_wrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/streams/php_stream_plain_wrapper.h b/main/streams/php_stream_plain_wrapper.h
index 183a12d2a2..17c0e72082 100644
--- a/main/streams/php_stream_plain_wrapper.h
+++ b/main/streams/php_stream_plain_wrapper.h
@@ -20,7 +20,7 @@
/* operations for a plain file; use the php_stream_fopen_XXX funcs below */
PHPAPI extern php_stream_ops php_stream_stdio_ops;
-PHPAPI extern const php_stream_wrapper php_plain_files_wrapper;
+PHPAPI extern /*const*/ php_stream_wrapper php_plain_files_wrapper;
BEGIN_EXTERN_C()