]> granicus.if.org Git - php/commitdiff
fix encoding nastiness that snuck in from the copy-n-paste of error code
authorWez Furlong <wez@php.net>
Fri, 21 Jan 2005 03:59:41 +0000 (03:59 +0000)
committerWez Furlong <wez@php.net>
Fri, 21 Jan 2005 03:59:41 +0000 (03:59 +0000)
descriptions from a web page.

ext/pdo/pdo_sqlstate.c

index 68bfeb47574dfa859efe6caf54d1aeb97e265f21..fb1ddae79e75b706a4a716bf591d86bede0f73a1 100644 (file)
@@ -140,9 +140,9 @@ static struct pdo_sqlstate_info err_initializer[] = {
        { "IM001",      "Driver does not support this function" },
        { "IM002",      "Data source name not found and no default driver specified" },
        { "IM003",      "Specified driver could not be loaded" },
-       { "IM004",      "Drivers SQLAllocHandle on SQL_HANDLE_ENV failed" },
-       { "IM005",      "Drivers SQLAllocHandle on SQL_HANDLE_DBC failed" },
-       { "IM006",      "Drivers SQLSetConnectAttr failed" },
+       { "IM004",      "Driver's SQLAllocHandle on SQL_HANDLE_ENV failed" },
+       { "IM005",      "Driver's SQLAllocHandle on SQL_HANDLE_DBC failed" },
+       { "IM006",      "Driver's SQLSetConnectAttr failed" },
        { "IM007",      "No data source or driver specified; dialog prohibited" },
        { "IM008",      "Dialog failed" },
        { "IM009",      "Unable to load translation DLL" },