1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 12:13:02 +02:00

you know it's time to get away from the keyboard when you do this.

fix my last fix
This commit is contained in:
Shane Caraveo
2003-02-17 06:45:37 +00:00
parent 738d4f401f
commit 216d1d00a5

View File

@@ -485,9 +485,7 @@ PHP_FUNCTION(proc_open)
RETURN_FALSE;
}
if (cwd_len==0) {
cwd = NULL;
}
command_len = strlen(command);
if (environment) {
env = _php_array_to_envp(environment, is_persistent TSRMLS_CC);