Skip to content
  • nagachika's avatar
    2d686e10
    merge revision(s) ae8990ae: [Backport #20183] · 2d686e10
    nagachika authored
    	Alias init functions
    
    	The extension library has each initialization function named "Init_" +
    	basename. If multiple extensions have the same base name (such as
    	cgi/escape and erb/escape), the same function will be registered for
    	both names.
    
    	To fix this conflict, rename the initialization functions under sub
    	directories using using parent names, when statically linking.
    2d686e10
    merge revision(s) ae8990ae: [Backport #20183]
    nagachika authored
    	Alias init functions
    
    	The extension library has each initialization function named "Init_" +
    	basename. If multiple extensions have the same base name (such as
    	cgi/escape and erb/escape), the same function will be registered for
    	both names.
    
    	To fix this conflict, rename the initialization functions under sub
    	directories using using parent names, when statically linking.
Loading