summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_win32.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-09-17 10:00:01 +0000
committerPierre Joye <pajoye@php.net>2010-09-17 10:00:01 +0000
commitb154864cc94209bb2badc0e3685d5d3d0ae3eca0 (patch)
treef5f0bdc647a70f81665cae446ed4741456902ec3 /TSRM/tsrm_win32.h
parent83527d16a323416a354df4ddfbd86fc0efa2967e (diff)
downloadphp-git-b154864cc94209bb2badc0e3685d5d3d0ae3eca0.tar.gz
- drop tsrmls_fetch in popen_ex
Diffstat (limited to 'TSRM/tsrm_win32.h')
-rw-r--r--TSRM/tsrm_win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TSRM/tsrm_win32.h b/TSRM/tsrm_win32.h
index 394053d6d7..5355297f29 100644
--- a/TSRM/tsrm_win32.h
+++ b/TSRM/tsrm_win32.h
@@ -95,7 +95,7 @@ char * tsrm_win32_get_path_sid_key(const char *pathname TSRMLS_DC);
TSRM_API void tsrm_win32_startup(void);
TSRM_API void tsrm_win32_shutdown(void);
-TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env);
+TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env TSRMLS_DC);
TSRM_API FILE *popen(const char *command, const char *type);
TSRM_API int pclose(FILE *stream);
TSRM_API int tsrm_win32_access(const char *pathname, int mode TSRMLS_DC);