Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
maybe this works?
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonius committed Nov 21, 2016
1 parent 9f61a2c commit 98b4182
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/php.ini.erb
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ date.timezone = UTC

;pdo_odbc.db2_instance_name

<%- if @mysql -%>
<% if @mysql -%>
[Pdo_mysql]
; If mysqlnd is used: Number of cache slots for the internal result set cache
; http://php.net/pdo_mysql.cache_size
Expand All @@ -1015,7 +1015,7 @@ pdo_mysql.cache_size = 2000
; MySQL defaults.
; http://php.net/pdo_mysql.default-socket
pdo_mysql.default_socket=<%= scope.lookupvar('::mysql::config::socket') %>
<%- end -%>
<% end -%>

[Phar]
; http://php.net/phar.readonly
Expand Down Expand Up @@ -1138,7 +1138,7 @@ ibase.dateformat = "%Y-%m-%d"
; Default time format.
ibase.timeformat = "%H:%M:%S"

<%- if @mysql -%>
<% if @mysql -%>
[MySQL]
; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
; http://php.net/mysql.allow_local_infile
Expand Down Expand Up @@ -1269,7 +1269,7 @@ mysqlnd.collect_memory_statistics = Off
; bytes.
; http://php.net/mysqlnd.net_read_buffer_size
;mysqlnd.net_read_buffer_size = 32768
<%- end -%>
<% end -%>

[OCI8]

Expand Down

0 comments on commit 98b4182

Please sign in to comment.