Home
last modified time | relevance | path

Searched refs:popen_ex (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/TSRM/
H A Dtsrm_win32.h98 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env TSRMLS_DC…
H A Dtsrm_win32.c454 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 Dtsrm_virtual_cwd.c1831 return popen_ex(command, type, CWDG(cwd).cwd, NULL TSRMLS_CC); in virtual_popen()
/PHP-5.5/ext/standard/
H A Dmail.c371 sendmail = popen_ex(sendmail_cmd, "wb", NULL, NULL TSRMLS_CC); in php_mail()
/PHP-5.5/
H A DNEWS4082 . Fixed bug #55295 [NEW]: popen_ex on windows, fixed possible heap overflow

Completed in 43 milliseconds