diff options
author | Pierre Joye <pajoye@php.net> | 2010-09-17 10:00:01 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-09-17 10:00:01 +0000 |
commit | b154864cc94209bb2badc0e3685d5d3d0ae3eca0 (patch) | |
tree | f5f0bdc647a70f81665cae446ed4741456902ec3 /UPGRADING.INTERNALS | |
parent | 83527d16a323416a354df4ddfbd86fc0efa2967e (diff) | |
download | php-git-b154864cc94209bb2badc0e3685d5d3d0ae3eca0.tar.gz |
- drop tsrmls_fetch in popen_ex
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r-- | UPGRADING.INTERNALS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index d5fae6b9e3..18aa31c1e4 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -93,3 +93,6 @@ Use emalloc, emalloc_rel, efree or efree_rel instead. . tsrm_win32_access TSRM_API int tsrm_win32_access(const char *pathname, int mode TSRMLS_DC); + +. popen_ex (win32) + TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env TSRMLS_DC); |