Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFreeman committed Aug 29, 2024
1 parent d95cbf1 commit d5b7348
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions thirdparty/php84/pdo_pgsql/pgsql_sql_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
+----------------------------------------------------------------------+
*/

#define SW_USE_PGSQL_HOOK
#include "php_swoole_pgsql.h"

#if PHP_VERSION_ID >= 80400

#include "php.h"
#include "ext/pdo/php_pdo_driver.h"
Expand Down Expand Up @@ -550,3 +554,4 @@ int pdo_pgsql_scanner(pdo_scanner_t *s)
#line 52 "ext/pdo_pgsql/pgsql_sql_parser.re"

}
#endif
5 changes: 5 additions & 0 deletions thirdparty/php84/pdo_sqlite/sqlite_sql_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
+----------------------------------------------------------------------+
*/

#define SW_USE_SQLITE_HOOK
#include "php_swoole_sqlite.h"

#if PHP_VERSION_ID >= 80400

#include "php.h"
#include "ext/pdo/php_pdo_driver.h"
Expand Down Expand Up @@ -418,3 +422,4 @@ int pdo_sqlite_scanner(pdo_scanner_t *s)
#line 48 "ext/pdo_sqlite/sqlite_sql_parser.re"

}
#endif

0 comments on commit d5b7348

Please sign in to comment.