Merge branch 'develop-olympus' into develop

* develop-olympus:
  [ticket/10479] Remove PostgreSQL version numbers from driver's language string
This commit is contained in:
Oleg Pudeyev 2011-11-23 18:39:48 -05:00
commit 4b8f00f649

View file

@ -151,7 +151,7 @@ $lang = array_merge($lang, array(
'DLL_MYSQL' => 'MySQL', 'DLL_MYSQL' => 'MySQL',
'DLL_MYSQLI' => 'MySQL with MySQLi Extension', 'DLL_MYSQLI' => 'MySQL with MySQLi Extension',
'DLL_ORACLE' => 'Oracle', 'DLL_ORACLE' => 'Oracle',
'DLL_POSTGRES' => 'PostgreSQL 7.x/8.x', 'DLL_POSTGRES' => 'PostgreSQL',
'DLL_SQLITE' => 'SQLite', 'DLL_SQLITE' => 'SQLite',
'DLL_XML' => 'XML support [ Jabber ]', 'DLL_XML' => 'XML support [ Jabber ]',
'DLL_ZLIB' => 'zlib compression support [ gz, .tar.gz, .zip ]', 'DLL_ZLIB' => 'zlib compression support [ gz, .tar.gz, .zip ]',