Actions
Bug #20183
closed`erb/escape.so` cannot be loaded when `--with-static-linked-ext`
Bug #20183:
`erb/escape.so` cannot be loaded when `--with-static-linked-ext`
Description
Since cgi/escape.c
and erb/escape.c
are both initialized by Init_escape()
functions, both call the same function in extinit.c
.
Actions