File manager - Edit - /usr/local/cpanel/3rdparty/perl/542/cpanel-lib/URI/_odbc.pm
Back
package URI::_odbc; use base 'URI::_db'; our $VERSION = '0.23'; sub dbi_driver { 'ODBC' } sub _dbi_param_map { my $self = shift; my $host = $self->host; my $port = $self->_port; # Just return the DSN if no host or port. return [ DSN => scalar $self->dbname ] unless $host || $port; return ( [ Server => $host ], [ Port => $port || $self->default_port ], [ Database => scalar $self->dbname ], ); } 1;
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings