Skip to content

Commit

Permalink
fix compile errors in Swoole by adjusting file orders
Browse files Browse the repository at this point in the history
updated for MR swoole/swoole-src#5224
  • Loading branch information
deminy committed Dec 27, 2023
1 parent 4265e14 commit 6a4ca52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/__init__.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
'core/Coroutine/Http/functions.php',
# <core for connection pool> #
'core/ConnectionPool.php',
'core/Database/DetectsLostConnections.php',
'core/Database/ObjectProxy.php',
'core/Database/MysqliConfig.php',
'core/Database/MysqliException.php',
'core/Database/MysqliPool.php',
'core/Database/MysqliProxy.php',
'core/Database/MysqliStatementProxy.php',
'core/Database/ObjectProxy.php',
'core/Database/DetectsLostConnections.php',
'core/Database/PDOConfig.php',
'core/Database/PDOPool.php',
'core/Database/PDOProxy.php',
Expand Down

0 comments on commit 6a4ca52

Please sign in to comment.