ID: 11932
Updated by: hirokawa
Reported By: [EMAIL PROTECTED]
Old Status: Bogus
Status: Closed
Bug Type: Unknown/Other Function
Operating System: FreeBSD 4.2-RELEASE
PHP Version: 4.0.6
Assigned To: [EMAIL PROTECTED]
New Comment:
This problem was already fixed in PHP-4.1.0/4.1.1.
Previous Comments:
------------------------------------------------------------------------
[2001-07-06 10:52:39] [EMAIL PROTECTED]
This was the double one Rui. I already closed the other one (11932).
------------------------------------------------------------------------
[2001-07-06 10:50:31] [EMAIL PROTECTED]
I fixed on cvs using your patch.
It will be included in php-4.0.7.
------------------------------------------------------------------------
[2001-07-06 09:54:09] [EMAIL PROTECTED]
Submitted twice
------------------------------------------------------------------------
[2001-07-06 09:52:31] [EMAIL PROTECTED]
patch is here
-----------------------------------------------------------------
*** php-4.0.6.org/ext/mbstring/mbstring.c Wed Jun 20
22:01:49 2001
--- php-4.0.6.new/ext/mbstring/mbstring.c Fri Jul 6
17:09:41 2001
***************
*** 2527,2531 ****
{
int argc, n;
! pval **argv[4];
char *to=NULL, *message=NULL, *headers=NULL,
*subject=NULL, *extra_cmd=NULL;
char *message_buf=NULL, *subject_buf=NULL, *p;
--- 2527,2531 ----
{
int argc, n;
! pval **argv[5];
char *to=NULL, *message=NULL, *headers=NULL,
*subject=NULL, *extra_cmd=NULL;
char *message_buf=NULL, *subject_buf=NULL, *p;
***************
*** 2622,2626 ****
#define PHP_MBSTR_MAIL_MIME_HEADER2 "; charset="
#define PHP_MBSTR_MAIL_MIME_HEADER3
"\nContent-Transfer-Encoding: "
! if (argc == 4) {
convert_to_string_ex(argv[3]);
p = Z_STRVAL_PP(argv[3]);
--- 2622,2626 ----
#define PHP_MBSTR_MAIL_MIME_HEADER2 "; charset="
#define PHP_MBSTR_MAIL_MIME_HEADER3
"\nContent-Transfer-Encoding: "
! if (argc >= 4) {
convert_to_string_ex(argv[3]);
p = Z_STRVAL_PP(argv[3]);
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=11932&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]