strlen(command) should not be needed either since zend_parse_parameters
returns the length anyway.
--Wez.
On Mon, 17 Feb 2003, Shane Caraveo wrote:
> shane Mon Feb 17 01:45:37 2003 EDT
>
> Modified files:
> /php4/ext/standard proc_open.c
> Log:
> you know it's time to get away from the keyboard when you do this.
>
> fix my last fix
>
> - if (cwd_len==0) {
> - cwd = NULL;
> - }
> + command_len = strlen(command);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php