I ran the patch for the Javascript problem in the midgard-php-1.2.6-beta2
directory and received the following errors.

***************
*** 915,921 ****
          return yytext[0];
  }

- <INITIAL>(([^<&]|"<"[^?%s<[(]|"&"[^(]){1,400})|"<s"|"<"|"&" {
        phplval->value.str.val = (char *) estrndup(yytext, yyleng);
        phplval->value.str.len = yyleng;
        phplval->type = IS_STRING;
--- 916,922 ----
          return yytext[0];
  }

+
<INITIAL,IN_SCRIPT>(([^<&]|"<"[^?%s<[(]|"&"[^(]){1,400})|"<s"|"<"|"&"[^<]|"&<"[^?]
{
        phplval->value.str.val = (char *) estrndup(yytext, yyleng);
        phplval->value.str.len = yyleng;
        phplval->type = IS_STRING;



=====
.                                          \\|//
                                           (O-O)
*--------------------------------------oOO--(_)--OOo-----*
*   Sender: Derek Beattie                                *
*   Personal: [EMAIL PROTECTED]                        *
*   Business: [EMAIL PROTECTED]                        *
*--------------------------------------------------------*

__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to