Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 545925c

Browse files
committed
Fix invalid ce entry declaration for startup data
1 parent 009c8d0 commit 545925c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/php_v8_startup_data.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extern "C" {
2525
#endif
2626
}
2727

28-
extern zend_class_entry* php_v8_stack_frame_class_entry;
28+
extern zend_class_entry* php_v8_startup_data_class_entry;
2929

3030
inline php_v8_startup_data_t * php_v8_startup_data_fetch_object(zend_object *obj);
3131

0 commit comments

Comments
 (0)