Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Fix version comparison code
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Oct 15, 2021
1 parent 96f8155 commit e02d02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php_swoole_postgresql.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define PHP_SWOOLE_EXT_PLUS_VERSION "4.8.0"
#define PHP_SWOOLE_EXT_PLUS_VERSION_ID 40800

#if SWOOLE_API_VERSION_ID < 0x202109a
#if SWOOLE_VERSION_ID < 40800
#error "Ext version does not match the Swoole version"
#endif

Expand Down

0 comments on commit e02d02a

Please sign in to comment.