Skip to content

Commit e9ec0c4

Browse files
committed
Typo in PHP 8.1 ifdef
1 parent ed519dc commit e9ec0c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ibm_driver.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -998,9 +998,9 @@ static int ibm_handle_get_attribute(
998998
}
999999

10001000
#if PHP_8_1_OR_HIGHER
1001-
static int ibm_handle_check_liveness(pdo_dbh_t *dbh)
1002-
#else
10031001
static zend_result ibm_handle_check_liveness(pdo_dbh_t *dbh)
1002+
#else
1003+
static int ibm_handle_check_liveness(pdo_dbh_t *dbh)
10041004
#endif
10051005
{
10061006
conn_handle *conn_res = (conn_handle *) dbh->driver_data;

0 commit comments

Comments
 (0)