hholzgra Wed Jun 25 07:05:48 2003 EDT
Modified files:
/php-src/ext/skeleton create_stubs
Log:
some awk installations need this escpaed ... BUG #24314 fixed
Index: php-src/ext/skeleton/create_stubs
diff -u php-src/ext/skeleton/create_stubs:1.24 php-src/ext/skeleton/create_stubs:1.25
--- php-src/ext/skeleton/create_stubs:1.24 Tue Sep 3 16:57:20 2002
+++ php-src/ext/skeleton/create_stubs Wed Jun 25 07:05:48 2003
@@ -67,7 +67,7 @@
xmlhead = "<?xml version='1.0' encoding='iso-8859-1'?>\n" \
- "<!-- $Revision: 1.24 $ -->\n" \
+ "<!-- $Revision: 1.25 $ -->\n" \
" <reference id=\"ref." extname "\">\n" \
" <title> functions</title>\n" \
" <titleabbrev></titleabbrev>\n\n" \
@@ -153,7 +153,7 @@
}
# if (x = gobble("\\)")) {
- gobble("\\]* *)")
+ gobble("\\]* *\\)")
sub(/^[ \t]+/, "", line)
fcomments[num_funcs] = line
# }
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php