summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
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 /UPGRADING.INTERNALS
parent83527d16a323416a354df4ddfbd86fc0efa2967e (diff)
downloadphp-git-b154864cc94209bb2badc0e3685d5d3d0ae3eca0.tar.gz
- drop tsrmls_fetch in popen_ex
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS3
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);