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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user