Searched refs:popen_ex (Results 1 – 5 of 5) sorted by relevance
/PHP-5.5/TSRM/ |
H A D | tsrm_win32.h | 98 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env TSRMLS_DC…
|
H A D | tsrm_win32.c | 454 return popen_ex(command, type, NULL, NULL TSRMLS_CC); in popen() 457 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env TSRMLS_DC) in popen_ex() function
|
H A D | tsrm_virtual_cwd.c | 1831 return popen_ex(command, type, CWDG(cwd).cwd, NULL TSRMLS_CC); in virtual_popen()
|
/PHP-5.5/ext/standard/ |
H A D | mail.c | 371 sendmail = popen_ex(sendmail_cmd, "wb", NULL, NULL TSRMLS_CC); in php_mail()
|
/PHP-5.5/ |
H A D | NEWS | 4082 . Fixed bug #55295 [NEW]: popen_ex on windows, fixed possible heap overflow
|
Completed in 39 milliseconds