diff options
| author | Ondřej Surý <ondrej@sury.org> | 2014-01-28 10:57:59 +0100 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2014-01-28 10:57:59 +0100 |
| commit | 575107aad92a460051e02de029067359083542b9 (patch) | |
| tree | 462d4270312d11a5c064e151e3fdd2f671bd540b /README.STREAMS | |
| parent | 650fb41a77b3a24ab4130b05fff243b64b241877 (diff) | |
| download | php-575107aad92a460051e02de029067359083542b9.tar.gz | |
New upstream version 5.6.0~alpha1+dfsgupstream/5.6.0_alpha1+dfsg
Diffstat (limited to 'README.STREAMS')
| -rw-r--r-- | README.STREAMS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.STREAMS b/README.STREAMS index f625406a3..0046e6a75 100644 --- a/README.STREAMS +++ b/README.STREAMS @@ -46,7 +46,7 @@ Opening Streams =============== In most cases, you should use this API: -PHPAPI php_stream *php_stream_open_wrapper(char *path, char *mode, +PHPAPI php_stream *php_stream_open_wrapper(const char *path, const char *mode, int options, char **opened_path TSRMLS_DC); Where: |
