Skip to content

Commit d824308

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: Remove stray printf() on invalid DSN version in pdo_dblib
2 parents 96de259 + 8e3ab80 commit d824308

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ext/pdo_dblib/dblib_driver.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,6 @@ static int pdo_dblib_handle_factory(pdo_dbh_t *dbh, zval *driver_options)
535535
}
536536

537537
if (i==nvers) {
538-
printf("Invalid version '%s'\n", vars[5].optval);
539538
pdo_raise_impl_error(dbh, NULL, "HY000", "PDO_DBLIB: Invalid version specified in connection string.");
540539
goto cleanup; /* unknown version specified */
541540
}

0 commit comments

Comments
 (0)