diff options
| author | Felipe Pena <felipe@php.net> | 2009-11-16 10:36:27 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2009-11-16 10:36:27 +0000 |
| commit | f61a06350a03e3c8da7e9b3ba42f50e214b566d8 (patch) | |
| tree | 67b70c85c6e0b5e99ae0c66ace67487befc7a869 /ext/standard/http_fopen_wrapper.c | |
| parent | 5411bb32a8f2da134ce38ec202aeff29d68da20d (diff) | |
| download | php-git-f61a06350a03e3c8da7e9b3ba42f50e214b566d8.tar.gz | |
- Switching to TSRMLS_FETCH version
Diffstat (limited to 'ext/standard/http_fopen_wrapper.c')
| -rw-r--r-- | ext/standard/http_fopen_wrapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/http_fopen_wrapper.c b/ext/standard/http_fopen_wrapper.c index fe90fbc6c3..0e598909fa 100644 --- a/ext/standard/http_fopen_wrapper.c +++ b/ext/standard/http_fopen_wrapper.c @@ -245,7 +245,7 @@ php_stream *php_stream_url_wrap_http_ex(php_stream_wrapper *wrapper, char *path, eol_detect = stream->flags & (PHP_STREAM_FLAG_DETECT_EOL | PHP_STREAM_FLAG_EOL_MAC); stream->flags &= ~(PHP_STREAM_FLAG_DETECT_EOL | PHP_STREAM_FLAG_EOL_MAC); - php_stream_context_set(stream, context TSRMLS_CC); + php_stream_context_set(stream, context); php_stream_notify_info(context, PHP_STREAM_NOTIFY_CONNECT, NULL, 0); |
