Home
last modified time | relevance | path

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

/PHP-5.4/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.4/
H A DUPGRADING.INTERNALS168 . popen_ex (win32)
169 …TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env TSRMLS_D…
H A DNEWS2893 . Fixed bug #55295 [NEW]: popen_ex on windows, fixed possible heap overflow
/PHP-5.4/ext/standard/
H A Dmail.c362 sendmail = popen_ex(sendmail_cmd, "wb", NULL, NULL TSRMLS_CC); in php_mail()

Completed in 31 milliseconds