Skip to content

Commit

Permalink
Remove if directives for PDO_ATTR_STRINGIFY_FETCHES
Browse files Browse the repository at this point in the history
  • Loading branch information
absci committed Aug 31, 2023
1 parent 91a916e commit a7156c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/pdo_sqlsrv/pdo_dbh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1324,13 +1324,11 @@ bool pdo_sqlsrv_dbh_set_attr(_Inout_ pdo_dbh_t *dbh, _In_ zend_long attr, _Inout
break;
#endif

#if (PHP_VERSION_ID >= 80122 && PHP_VERSION_ID < 80200) || PHP_VERSION_ID >= 80209
case PDO_ATTR_STRINGIFY_FETCHES:
{
// do nothing
}
break;
#endif

// Not supported
case PDO_ATTR_FETCH_TABLE_NAMES:
Expand Down

0 comments on commit a7156c7

Please sign in to comment.