This repository was archived by the owner on Dec 2, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1005,7 +1005,7 @@ date.timezone = UTC
10051005
10061006;pdo_odbc.db2_instance_name
10071007
1008- <%- if @mysql -%>
1008+ <% if @mysql -%>
10091009[Pdo_mysql]
10101010; If mysqlnd is used: Number of cache slots for the internal result set cache
10111011; http://php.net/pdo_mysql.cache_size
@@ -1015,7 +1015,7 @@ pdo_mysql.cache_size = 2000
10151015; MySQL defaults.
10161016; http://php.net/pdo_mysql.default-socket
10171017pdo_mysql.default_socket=<%= scope . lookupvar ( '::mysql::config::socket' ) %>
1018- <%- end -%>
1018+ <% end -%>
10191019
10201020[Phar]
10211021; http://php.net/phar.readonly
@@ -1138,7 +1138,7 @@ ibase.dateformat = "%Y-%m-%d"
11381138; Default time format.
11391139ibase.timeformat = "%H:%M:%S"
11401140
1141- <%- if @mysql -%>
1141+ <% if @mysql -%>
11421142[MySQL]
11431143; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
11441144; http://php.net/mysql.allow_local_infile
@@ -1269,7 +1269,7 @@ mysqlnd.collect_memory_statistics = Off
12691269; bytes.
12701270; http://php.net/mysqlnd.net_read_buffer_size
12711271;mysqlnd.net_read_buffer_size = 32768
1272- <%- end -%>
1272+ <% end -%>
12731273
12741274[OCI8]
12751275
You can’t perform that action at this time.
0 commit comments