ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:adonewconnection

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
v5:reference:connection:adonewconnection [2020/01/11 22:50] – [Table] mnewnhamv5:reference:connection:adonewconnection [2020/01/11 22:57] – [Additional Parameters To DSN connection] mnewnham
Line 56: Line 56:
 | persist                              | true                                       | [[v5:reference:connection:pconnect|pConnect()]]  | Creates a persistent connection                                      | | persist                              | true                                       | [[v5:reference:connection:pconnect|pConnect()]]  | Creates a persistent connection                                      |
 | persistent        |                    | true                                       | [[v5:reference:connection:pconnect|pConnect()]]  | Creates a persistent connection                                      | | persistent        |                    | true                                       | [[v5:reference:connection:pconnect|pConnect()]]  | Creates a persistent connection                                      |
-| debug                                | true [[v5:userguide:debug|debug]]                                                            || Enables debug mode                                                   +| debug                                | true[[v5:userguide:debug|debug]]                                                            | Enables debug mode                                                   | 
-| charpage          | ado                | string                                                                                       || Undocumented option                                                  | +| port              | mysqli, postgres9  | int                                                                                         | Sets the connection port                                             | 
-| clientflags       | mysql              | string                                                                                      | Sets a list of client flags (obsolete for mysql driver)              +| socket            | mysqli             | string |                    | Sets the connection socket | 
-| port              | mysqli, postgres9  | int                                                                                          || Sets the connection port                                             | +| nls_date_format   | oci8               | string |                    | Set date format            
-| socket            | mysqli             | string                                                                                      | Sets the connection socket                                           +| cachesecs                            | int                                                                                         | Sets the number of cache seconds                                     | 
-| nls_date_format   | oci8               | string                                                                                       || Set date format                                                      +| memCache          |                    | false |[[v5:userguide:memcached|memcache]]                                                    | Enables memcache library for caching                                 | 
-| cachesecs                            | int                                                                                          || Sets the number of cache seconds                                     | +| memCacheHost      |                    | array |[[v5:userguide:memcached|memcache]]                                                    | Array of one or more memcached servers                               | 
-| memCache          |                    | false [[v5:userguide:memcached|memcache]]                                                    || Enables memcache library for caching                                 | +| memCachePort      |                    | int   |[[v5:userguide:memcached|memcache]]                                                      | Optional alternative port to connect to memcache server(s)           | 
-| memCacheHost      |                    | array [[v5:userguide:memcached|memcache]]                                                    || Array of one or more memcached servers                               | +| memCacheCompress  |                    | false |[[v5:userguide:memcached|memcache]]                                                    | Enables memcache compression (not supported with memcached library)  |
-| memCachePort      |                    | int [[v5:userguide:memcached|memcache]]                                                      || Optional alternative port to connect to memcache server(s)           | +
-| memCacheCompress  |                    | false [[v5:userguide:memcached|memcache]]                                                    || Enables memcache compression (not supported with memcached library)  |+
  
 ===== Error Codes ===== ===== Error Codes =====
v5/reference/connection/adonewconnection.txt · Last modified: 2020/12/08 10:39 by peterdd