]> granicus.if.org Git - php/commitdiff
iactually support :\w+ as binds
authorGeorge Schlossnagle <gschlossnagle@php.net>
Thu, 20 May 2004 17:04:57 +0000 (17:04 +0000)
committerGeorge Schlossnagle <gschlossnagle@php.net>
Thu, 20 May 2004 17:04:57 +0000 (17:04 +0000)
ext/pdo/pdo_sql_parser.re

index fbec7419fc7c97771a1ce95a1c8ef04bd79bd764..22ab404e88192319e17f77dc1c0af737f31a5286 100644 (file)
@@ -43,7 +43,7 @@ static int scan(Scanner *s)
        std:
                s->tok = cursor;
        /*!re2c
-       BINDCHR         = [:][a-zA-Z0-9]+;
+       BINDCHR         = [:][a-zA-Z0-9_]+;
        SPECIALS        = [:"];
        ESC             = [\\]["];
        EOF                     = [\000];