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

Commit 08c47e4

Browse files
committed
sync v4.5.3-beta
1 parent 333e82b commit 08c47e4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

make.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
phpize --clean
2+
phpize
3+
./configure
4+
make -j install

swoole_postgresql_coro.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define PHP_SWOOLE_EXT_POSTGRESQL_VERSION "4.5.3"
2424
#define PHP_SWOOLE_EXT_POSTGRESQL_VERSION_ID 40503
2525

26-
#if SWOOLE_API_VERSION_ID < 0x202006a
26+
#if SWOOLE_API_VERSION_ID < 0x202008a
2727
#error "Ext version does not match the Swoole version"
2828
#endif
2929

0 commit comments

Comments
 (0)