On Fri, 4 Nov 2005, Rui Hirokawa wrote:
> hirokawa Fri Nov 4 11:13:45 2005 EDT
>
> Modified files: (Branch: PHP_4_4)
> /php-src/ext/mbstring mbstring.c
> Log:
> removed mail.force_extra_parameters which is unsuppoted in php4.
>
> }
>
> - if (force_extra_parameters) {
> - extra_cmd = estrdup(force_extra_parameters);
> - } else if (extra_cmd) {
> + if (extra_cmd) {
> extra_cmd = php_escape_shell_cmd(extra_cmd);
> }
Please fix your whitespace issues there. And does this close a bug, or
something else?
regards,
Derick
--
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php