white space issue was fixed now.
This is a bug fix patch.
5th parameter of mb_send_mail cannot be used since PHP 4.4.1
by this bug.
mail.force_extra_parameters is supported in PHP5, but,
this patch was also applied to PHP_4_4 by unknown reasons.
Rui
On Fri, 4 Nov 2005 18:27:38 +0100 (CET)
Derick Rethans <[EMAIL PROTECTED]> wrote:
> 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
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.362 / Virus Database: 267.12.8/161 - Release Date: 2005/11/03
--
Rui Hirokawa <[EMAIL PROTECTED]>
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.12.8/161 - Release Date: 2005/11/03
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php