Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Jul 3, 2024
1 parent be6c2cc commit 24ee7fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ext-src/swoole_thread.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ BEGIN_EXTERN_C()
#include "stubs/php_swoole_thread_arginfo.h"
END_EXTERN_C()

zend_class_entry *swoole_thread_ce;
static zend_object_handlers swoole_thread_handlers;

zend_class_entry *swoole_thread_error_ce;
static zend_object_handlers swoole_thread_error_handlers;

static struct {
Expand Down

0 comments on commit 24ee7fb

Please sign in to comment.