On Mon, 17 Feb 2003, Shane Caraveo wrote:
> shane Sun Feb 16 22:26:16 2003 EDT
>
> Modified files:
> /php4/ext/standard proc_open.c
> Log:
> If you pass NULL, you do not get a NULL value, make sure it is.
> -
> +
> + if (cwd_len==0) cwd = NULL;
> +
What about our coding standards?
if (cwd_len==0) {
cwd = NULL;
}
I fixed it now...
Derick
--
Stop mad cowboy disease!
-------------------------------------------------------------------------
Derick Rethans http://derickrethans.nl/
PHP Magazine - PHP Magazine for Professionals http://php-mag.net/
-------------------------------------------------------------------------
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php