Skip to content

Commit a7156c7

Browse files
committed
Remove if directives for PDO_ATTR_STRINGIFY_FETCHES
1 parent 91a916e commit a7156c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/pdo_sqlsrv/pdo_dbh.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,13 +1324,11 @@ bool pdo_sqlsrv_dbh_set_attr(_Inout_ pdo_dbh_t *dbh, _In_ zend_long attr, _Inout
13241324
break;
13251325
#endif
13261326

1327-
#if (PHP_VERSION_ID >= 80122 && PHP_VERSION_ID < 80200) || PHP_VERSION_ID >= 80209
13281327
case PDO_ATTR_STRINGIFY_FETCHES:
13291328
{
13301329
// do nothing
13311330
}
13321331
break;
1333-
#endif
13341332

13351333
// Not supported
13361334
case PDO_ATTR_FETCH_TABLE_NAMES:

0 commit comments

Comments
 (0)