diff options
| -rw-r--r-- | main/streams/userspace.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/streams/userspace.c b/main/streams/userspace.c index 3863e6e98a..67010ea861 100644 --- a/main/streams/userspace.c +++ b/main/streams/userspace.c @@ -250,6 +250,11 @@ typedef struct _php_userstream_data php_userstream_data_t; { reset to start of dir list; } + + function stream_lock($operation) + { + return true / false; + } }}} **/ |
