We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96de259 + 8e3ab80 commit d824308Copy full SHA for d824308
1 file changed
ext/pdo_dblib/dblib_driver.c
@@ -535,7 +535,6 @@ static int pdo_dblib_handle_factory(pdo_dbh_t *dbh, zval *driver_options)
535
}
536
537
if (i==nvers) {
538
- printf("Invalid version '%s'\n", vars[5].optval);
539
pdo_raise_impl_error(dbh, NULL, "HY000", "PDO_DBLIB: Invalid version specified in connection string.");
540
goto cleanup; /* unknown version specified */
541
0 commit comments