Skip to content

Commit 3064dc3

Browse files
committed
Restore error handling, fixes arnaud-lb#111
1 parent f903906 commit 3064dc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

topic_partition.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ PHP_METHOD(RdKafka__TopicPartition, __construct)
211211
}
212212

213213
kafka_topic_partition_init(getThis(), topic, partition, offset TSRMLS_CC);
214+
215+
zend_restore_error_handling(&error_handling TSRMLS_CC);
214216
}
215217
/* }}} */
216218

0 commit comments

Comments
 (0)