ID: 11931
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Unknown/Other Function
Operating system: 
PHP Version: 4.0.6
Assigned To: 
Comments:

This was just fixed (by Riu)  in the CVS.

Previous Comments:
---------------------------------------------------------------------------

[2001-07-06 09:51:23] [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]);


---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11931&edit=2


-- 
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]

Reply via email to