php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | |
Patch pdo_dblib.patch for MSSQL related Bug #64338Patch version 2013-03-02 15:30 UTC Return to Bug #64338 | Download this patchThis patch is obsolete Obsoleted by patches: Patch Revisions: 2013-03-04 16:00 UTC | 2013-03-02 15:30 UTCDeveloper: mah@everybody.orgLine 13 (now 13), was 14 lines, now 11 lines + } #if !PHP_DBLIB_IS_MSSQL if (vars[0].optval) { @@ -315,11 +315,8 @@ static int pdo_dblib_handle_factory(pdo_dbh_t *dbh, zval *driver_options TSRMLS_ DBSETOPT(H->link, DBTEXTSIZE, "2147483647"); @@ -317,9 +320,6 @@ static int pdo_dblib_handle_factory(pdo_dbh_t *dbh, zval *driver_options TSRMLS_ /* allow double quoted indentifiers */ - DBSETOPT(H->link, DBQUOTEDIDENT, 1); + DBSETOPT(H->link, DBQUOTEDIDENT, "1"); DBSETOPT(H->link, DBQUOTEDIDENT, NULL); - if (vars[3].optval && FAIL == dbuse(H->link, vars[3].optval)) { - goto cleanup; - } |
Copyright © 2001-2024 The PHP Group All rights reserved. |
Last updated: Tue Oct 08 15:01:27 2024 UTC |