You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor to eliminate setIsPersistent() from ToolkitService class. Not all transports have a concept of “persistence.” HTTP and future PECL transports don't have it. Errors can occur when attempting a close/disconnect on these transports if the setIsPersistent method is used, so extra code is needed to check for these "exception" transports. In general, the toolkit has a bias toward database transports (db2 and odbc). Try to make the toolkit more transport-neutral.
The text was updated successfully, but these errors were encountered:
alanseiden
changed the title
Refactor to eliminate setIsPersistent()
Refactor transports to eliminate setIsPersistent() (specific to ibm_db2)
Jun 28, 2016
alanseiden
changed the title
Refactor transports to eliminate setIsPersistent() (specific to ibm_db2)
Refactor transports to eliminate setIsPersistent() (specific to database transports)
Jun 28, 2016
Refactor to eliminate setIsPersistent() from ToolkitService class. Not all transports have a concept of “persistence.” HTTP and future PECL transports don't have it. Errors can occur when attempting a close/disconnect on these transports if the setIsPersistent method is used, so extra code is needed to check for these "exception" transports. In general, the toolkit has a bias toward database transports (db2 and odbc). Try to make the toolkit more transport-neutral.
The text was updated successfully, but these errors were encountered: