Skip to content

Commit 057737c

Browse files
committed
Merge branch 'PHP-8.1'
* PHP-8.1: Prevent strict interpretation of tentative definition
2 parents e45653c + 0cd1741 commit 057737c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/com_dotnet/php_com_dotnet_internal.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ zend_class_entry *php_com_variant_class_entry, *php_com_exception_class_entry, *
7272
zend_object* php_com_object_new(zend_class_entry *ce);
7373
zend_object* php_com_object_clone(zend_object *object);
7474
void php_com_object_free_storage(zend_object *object);
75-
zend_object_handlers php_com_object_handlers;
75+
extern zend_object_handlers php_com_object_handlers;
7676
void php_com_object_enable_event_sink(php_com_dotnet_object *obj, bool enable);
7777

7878
/* com_saproxy.c */

0 commit comments

Comments
 (0)