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

Commit e02d02a

Browse files
committedOct 15, 2021
Fix version comparison code
1 parent 96f8155 commit e02d02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎php_swoole_postgresql.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#define PHP_SWOOLE_EXT_PLUS_VERSION "4.8.0"
2525
#define PHP_SWOOLE_EXT_PLUS_VERSION_ID 40800
2626

27-
#if SWOOLE_API_VERSION_ID < 0x202109a
27+
#if SWOOLE_VERSION_ID < 40800
2828
#error "Ext version does not match the Swoole version"
2929
#endif
3030

0 commit comments

Comments
 (0)
This repository has been archived.