Advertisement
Guest User

Untitled

a guest
Jun 9th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1.  
  2. [Pdo]
  3. ; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
  4. ; http://php.net/pdo-odbc.connection-pooling
  5. ;pdo_odbc.connection_pooling=strict
  6.  
  7. ;pdo_odbc.db2_instance_name
  8.  
  9. [Pdo_mysql]
  10. ; If mysqlnd is used: Number of cache slots for the internal result set cache
  11. ; http://php.net/pdo_mysql.cache_size
  12. pdo_mysql.cache_size = 2000
  13.  
  14. ; Default socket name for local MySQL connects. If empty, uses the built-in
  15. ; MySQL defaults.
  16. ; http://php.net/pdo_mysql.default-socket
  17. pdo_mysql.default_socket=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement