From: Hartmut Holzgraefe Date: Wed, 25 Jun 2003 11:05:48 +0000 (+0000) Subject: some awk installations need this escpaed ... BUG #24314 fixed X-Git-Tag: RELEASE_1_0_2~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0072188eeb69f6c4f6e4b46d7b5d9d125e96d172;p=php some awk installations need this escpaed ... BUG #24314 fixed --- diff --git a/ext/skeleton/create_stubs b/ext/skeleton/create_stubs index e7845c2846..61957289d0 100755 --- a/ext/skeleton/create_stubs +++ b/ext/skeleton/create_stubs @@ -153,7 +153,7 @@ BEGIN { } # if (x = gobble("\\)")) { - gobble("\\]* *)") + gobble("\\]* *\\)") sub(/^[ \t]+/, "", line) fcomments[num_funcs] = line # }