11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
; configuration for php <%= @name %> module
|
|
<% if @priority %>
|
|
; priority=<%= @priority %>
|
|
<% end -%>
|
|
<% @extensions.each do |filepath, zend| -%>
|
|
<%= 'zend_' if zend %>extension=<%= filepath %>
|
|
<% end -%>
|
|
<% @directives.each do |k,v| -%>
|
|
<%= "#{@name}.#{k}=#{v}" %>
|
|
<% end -%>
|