Configure PHP.
This commit is contained in:
parent
eb4db66bfd
commit
4feb9a2760
35 changed files with 2307 additions and 5 deletions
6
etc/php84/conf.d/99_pdo.ini
Normal file
6
etc/php84/conf.d/99_pdo.ini
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[Pdo]
|
||||
; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
|
||||
; http://php.net/pdo-odbc.connection-pooling
|
||||
;pdo_odbc.connection_pooling=strict
|
||||
|
||||
;pdo_odbc.db2_instance_name
|
||||
Loading…
Add table
Add a link
Reference in a new issue