summaryrefslogtreecommitdiff
path: root/ext/standard/php_fopen_wrapper.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-07-31 07:09:49 +0000
committerZeev Suraski <zeev@php.net>2001-07-31 07:09:49 +0000
commitb1de7fc900766b229f17bf9e1020b5a67b5b0964 (patch)
treec405a417de3fdafcd98ad8db882b770e96e70d90 /ext/standard/php_fopen_wrapper.c
parentbc42c37513a730b0b3ff9cf29e14e45e4ec50c71 (diff)
downloadphp-git-b1de7fc900766b229f17bf9e1020b5a67b5b0964.tar.gz
More TSRMLS_FETCH annihilation. Enough for today...
Diffstat (limited to 'ext/standard/php_fopen_wrapper.c')
-rw-r--r--ext/standard/php_fopen_wrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_fopen_wrapper.c b/ext/standard/php_fopen_wrapper.c
index b5367198e2..068191ee4c 100644
--- a/ext/standard/php_fopen_wrapper.c
+++ b/ext/standard/php_fopen_wrapper.c
@@ -33,7 +33,7 @@
/* {{{ php_fopen_url_wrap_php
*/
-FILE *php_fopen_url_wrap_php(char *path, char *mode, int options, int *issock, int *socketd, char **opened_path)
+FILE *php_fopen_url_wrap_php(char *path, char *mode, int options, int *issock, int *socketd, char **opened_path TSRMLS_DC)
{
const char *res = path + 6;