Skip to content

Commit

Permalink
fix: version detection. this feature was added in 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-freddysart committed Jan 3, 2024
1 parent 53b7a40 commit ef74318
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
2 changes: 1 addition & 1 deletion tests/conf_callbacks.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
RdKafka\Conf
--SKIPIF--
<?php
(RD_KAFKA_VERSION >= 0x090000 && RD_KAFKA_VERSION < 0x010700ff) || die("skip librdkafka too old");
(RD_KAFKA_VERSION >= 0x090000 && RD_KAFKA_VERSION < 0x010100ff) || die("skip librdkafka too old");
--FILE--
<?php

Expand Down
39 changes: 0 additions & 39 deletions tests/conf_callbacks_rdkafka23.phpt

This file was deleted.

0 comments on commit ef74318

Please sign in to comment.