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 /main/streams/transports.c | |
parent | 5411bb32a8f2da134ce38ec202aeff29d68da20d (diff) | |
download | php-git-f61a06350a03e3c8da7e9b3ba42f50e214b566d8.tar.gz |
- Switching to TSRMLS_FETCH version
Diffstat (limited to 'main/streams/transports.c')
-rw-r--r-- | main/streams/transports.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/streams/transports.c b/main/streams/transports.c index 9a08ae4e5a..a52ee486bc 100644 --- a/main/streams/transports.c +++ b/main/streams/transports.c @@ -134,7 +134,7 @@ PHPAPI php_stream *_php_stream_xport_create(const char *name, long namelen, int context STREAMS_REL_CC TSRMLS_CC); if (stream) { - php_stream_context_set(stream, context TSRMLS_CC); + php_stream_context_set(stream, context); if ((flags & STREAM_XPORT_SERVER) == 0) { /* client */ |