diff options
| author | Wez Furlong <wez@php.net> | 2005-01-07 05:25:35 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2005-01-07 05:25:35 +0000 |
| commit | 70da73903156b953092ffeac1008030ddd271d27 (patch) | |
| tree | cba69a452a460903a2ff58a10591013d14e0eea3 /ext/pdo_odbc/pdo_odbc.c | |
| parent | fe1a87d02df6ce14d29906dbcf40554176e722b3 (diff) | |
| download | php-git-70da73903156b953092ffeac1008030ddd271d27.tar.gz | |
remove error map; odbc speaks SQLSTATE natively
Diffstat (limited to 'ext/pdo_odbc/pdo_odbc.c')
| -rwxr-xr-x | ext/pdo_odbc/pdo_odbc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pdo_odbc/pdo_odbc.c b/ext/pdo_odbc/pdo_odbc.c index e8dc26b5ae..8dddf7858b 100755 --- a/ext/pdo_odbc/pdo_odbc.c +++ b/ext/pdo_odbc/pdo_odbc.c @@ -80,8 +80,6 @@ PHP_MINIT_FUNCTION(pdo_odbc) return FAILURE; } - pdo_odbc_init_error_table(); - #ifdef SQL_ATTR_CONNECTION_POOLING /* ugh, we don't really .ini stuff in PDO, but since ODBC connection * pooling is process wide, we can't set it from within the scope of a |
