mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.1'
* PHP-8.1: Prevent strict interpretation of tentative definition
This commit is contained in:
commit
057737c92f
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ zend_class_entry *php_com_variant_class_entry, *php_com_exception_class_entry, *
|
||||||
zend_object* php_com_object_new(zend_class_entry *ce);
|
zend_object* php_com_object_new(zend_class_entry *ce);
|
||||||
zend_object* php_com_object_clone(zend_object *object);
|
zend_object* php_com_object_clone(zend_object *object);
|
||||||
void php_com_object_free_storage(zend_object *object);
|
void php_com_object_free_storage(zend_object *object);
|
||||||
zend_object_handlers php_com_object_handlers;
|
extern zend_object_handlers php_com_object_handlers;
|
||||||
void php_com_object_enable_event_sink(php_com_dotnet_object *obj, bool enable);
|
void php_com_object_enable_event_sink(php_com_dotnet_object *obj, bool enable);
|
||||||
|
|
||||||
/* com_saproxy.c */
|
/* com_saproxy.c */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue